Skip to content

Commit bdf83bf

Browse files
committed
Update CI files
1 parent b4d81f4 commit bdf83bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flake8

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
exclude = ./docs/*,*/migrations/*
99
per-file-ignores = */__init__.py: F401
1010

11-
ignore = E203,W503,Q000,Q003,D100,D104,D106,D200,D205,D400,D401,D402
11+
ignore = E203,W503,Q000,Q003,D100,D104,D106,D200,D205,D400,D401,D402,F824
1212
max-line-length = 100
1313

1414
# Flake8 builtin codes
1515
# --------------------
1616
# E203: no whitespace around ':'. disabled until https://github.com/PyCQA/pycodestyle/issues/373 is fixed
1717
# W503: This enforces operators before line breaks which is not pep8 or black compatible.
18+
# F824: 'nonlocal' is unused: name is never assigned in scope
1819

1920
# Flake8-quotes extension codes
2021
# -----------------------------

0 commit comments

Comments
 (0)