Skip to content

Commit 2c44f7d

Browse files
committed
Update flake8 comments to "new" format
1 parent 6506c86 commit 2c44f7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ addopts =
1111
[flake8]
1212
application-import-names = tests,vdirsyncer
1313
extend-ignore =
14-
E203, # Black-incompatible colon spacing.
15-
W503, # Line jump before binary operator.
14+
# Black-incompatible colon spacing.
15+
E203,
16+
# Line jump before binary operator.
17+
W503,
1618
I100,
1719
I202
1820
max-line-length = 88

0 commit comments

Comments
 (0)