Skip to content

Commit c3b2a86

Browse files
committed
fix: configure flake8 to ignore E203 for Black compatibility
1 parent 7f6464a commit c3b2a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[flake8]
2-
max-line-length = 120
2+
max-line-length = 120
3+
extend-ignore = E203

0 commit comments

Comments
 (0)