mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-06 10:55:52 +00:00
Update flake8 comments to "new" format
This commit is contained in:
parent
6506c86f58
commit
2c44f7d773
1 changed files with 4 additions and 2 deletions
|
|
@ -11,8 +11,10 @@ addopts =
|
|||
[flake8]
|
||||
application-import-names = tests,vdirsyncer
|
||||
extend-ignore =
|
||||
E203, # Black-incompatible colon spacing.
|
||||
W503, # Line jump before binary operator.
|
||||
# Black-incompatible colon spacing.
|
||||
E203,
|
||||
# Line jump before binary operator.
|
||||
W503,
|
||||
I100,
|
||||
I202
|
||||
max-line-length = 88
|
||||
|
|
|
|||
Loading…
Reference in a new issue