Skip to content

Commit 5ab7b8e

Browse files
committed
Clean up setup.cfg
1 parent c361ada commit 5ab7b8e

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-json
99
exclude: mathics_scanner/data/characters.json
1010
- repo: https://github.com/psf/black
11-
rev: 19.3b0
11+
rev: 20.8b1
1212
hooks:
1313
- id: black
1414
language_version: python3

setup.cfg

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

0 commit comments

Comments
 (0)