Skip to content

Commit 4bbe73f

Browse files
committed
Update flake8 configs
1 parent 945ee10 commit 4bbe73f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ addopts=
9191
# ignore=D000
9292

9393
[flake8]
94-
# ignore=
95-
# E124
96-
# E303
97-
# W503
94+
exclude=tests/test_djangocache.py
95+
extend-ignore=E203
96+
max-line-length=120

0 commit comments

Comments
 (0)