Skip to content

Commit 8e9c303

Browse files
committed
update flake8 rules
1 parent a2fc827 commit 8e9c303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ max_line_length = 120
1010
[flake8]
1111
exclude = build,.git,docs,migrations,.tox,venv
1212
# ignore = E123,E128,E402,E501,W503,E731,W601
13-
ignore = W1401
13+
ignore = W504, W605
1414
max-line-length = 120
1515
statistics = true
1616
count = true

0 commit comments

Comments
 (0)