removing old untracked deps

This commit is contained in:
Eric Froemling 2020-03-22 23:46:01 -07:00
parent 17805e0af2
commit b81cf9d77d

View File

@ -5,28 +5,11 @@
"name": "BallisticaCore", "name": "BallisticaCore",
"public": true, "public": true,
"pylint_ignored_untracked_deps": [ "pylint_ignored_untracked_deps": [
"bs_mapdefs_tip_top",
"bs_mapdefs_lake_frigid",
"bs_mapdefs_monkey_face",
"astroid.modutils", "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", "astroid",
"bs_mapdefs_bridgit",
"pylint.lint", "pylint.lint",
"pytest", "pytest",
"bs_mapdefs_zig_zag",
"bs_mapdefs_the_pad",
"bs_mapdefs_step_right_up",
"pytz", "pytz",
"bs_mapdefs_football_stadium",
"bs_mapdefs_tower_d",
"bs_mapdefs_hockey_stadium",
"bs_mapdefs_roundabout",
"yaml", "yaml",
"requests" "requests"
], ],
@ -41,4 +24,4 @@
"tools", "tools",
"tests" "tests"
] ]
} }