Skip to content

Commit 6aa323a

Browse files
committed
flake8 ignore w503 error
1 parent 84e8b7a commit 6aa323a

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
@@ -75,7 +75,7 @@ src_paths=isort,test
7575
[flake8]
7676
max-line-length = 89
7777
exclude = *migrations*, dist, .venv
78-
ignore = F403, F401
78+
ignore = F403, F401, W503
7979
max-complexity = 18
8080
select = B,C,E,F,W,T4,B9
8181

0 commit comments

Comments
 (0)