From b81cf9d77d8f731f726565548c0fc440129ff222 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 22 Mar 2020 23:46:01 -0700 Subject: [PATCH] removing old untracked deps --- config/config.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/config/config.json b/config/config.json index 8d7d931f..db5e30f5 100644 --- a/config/config.json +++ b/config/config.json @@ -5,28 +5,11 @@ "name": "BallisticaCore", "public": true, "pylint_ignored_untracked_deps": [ - "bs_mapdefs_tip_top", - "bs_mapdefs_lake_frigid", - "bs_mapdefs_monkey_face", "astroid.modutils", - "bs_mapdefs_doom_shroom", - "bs_mapdefs_rampage", - "bs_mapdefs_big_g", - "bs_mapdefs_courtyard", - "bs_mapdefs_crag_castle", - "bs_mapdefs_happy_thoughts", "astroid", - "bs_mapdefs_bridgit", "pylint.lint", "pytest", - "bs_mapdefs_zig_zag", - "bs_mapdefs_the_pad", - "bs_mapdefs_step_right_up", "pytz", - "bs_mapdefs_football_stadium", - "bs_mapdefs_tower_d", - "bs_mapdefs_hockey_stadium", - "bs_mapdefs_roundabout", "yaml", "requests" ], @@ -41,4 +24,4 @@ "tools", "tests" ] -} \ No newline at end of file +}