Skip to content

Commit c3b2a86

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)