pylintrc
3.2 KB
-
Update edx-lint to 0.2.6 · f47a53eb
This gets us checking for tests inheriting from other tests. When that happens, tests get run more than once, which is pointless. We have a few dozen new warnings due to this new check. This also disables unused-wildcard-import. That removes a few hundred warnings. Together, this means we can reduce the pylint limit to 5999. :)
Ned Batchelder committed