Skip to content

Commit 09f6378

Browse files
committed
Update flake8 to work with black
1 parent 4e3dadd commit 09f6378

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.flake8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ max-line-length = 90
33
ignore =
44
B3,
55
DW12,
6-
W504
6+
W504,
7+
W503,
8+
E203
79
exclude =
810
src/test_com2ann.py

0 commit comments

Comments
 (0)