Skip to content

Commit 3ded6bf

Browse files
ci(fix): fix flake8 configuration syntax
1 parent 17be15c commit 3ded6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
exclude = .git,__pycache__,build,dist,.venv,venv
33
max-line-length = 88
44
max-complexity = 10
5-
ignore = E203, W503 # These conflict with black
5+
# These rules conflict with black
6+
ignore = E203,W503
67
per-file-ignores =
78
# imported but unused in __init__ files
89
__init__.py: F401

0 commit comments

Comments
 (0)