Skip to content

Commit 4213ffd

Browse files
committed
Cleanup setup.cfg
1 parent 8d55701 commit 4213ffd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup.cfg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,3 @@ ignore =
4141
# module level import not at top of file. This is too restrictive. Can't even have a
4242
# docstring higher.
4343
E402
44-
per-file-ignores =
45-
# These are config files. The `c` variable them is injected not defined.
46-
pow/ansible/roles/jupyterhub/templates/jupyterhub_config*.py:F821
47-
# Ignore some errors in files that are stolen from other projects to avoid lots
48-
# of merge problems later .
49-
pow/ansible/roles/webtier/files/supervisor_httpgroupok.py:E126,E128,E222,E225,E226,E261,E301,E302,E305,F841,E201,E202
50-
silhouette/src/silhouette/gprof2dot.py:E711,E713,E741,F401
51-
# Ignore undefined name errors in "expectation" test Python code.
52-
# These files get exec'd in an environment that defines the variables.
53-
server/tests/files/expectations/*.py:F821

0 commit comments

Comments
 (0)