Skip to content

Commit 69db0a9

Browse files
committed
Disable E704
1 parent b30111b commit 69db0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
2-
ignore = E203, W503, E701
2+
ignore = E203, W503, E701, E704
33
exclude = .git,venv,env
44
max-line-length = 119

0 commit comments

Comments
 (0)