mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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]
|
[flake8]
|
||||||
application-import-names = tests,vdirsyncer
|
application-import-names = tests,vdirsyncer
|
||||||
extend-ignore =
|
extend-ignore =
|
||||||
E203, # Black-incompatible colon spacing.
|
# Black-incompatible colon spacing.
|
||||||
W503, # Line jump before binary operator.
|
E203,
|
||||||
|
# Line jump before binary operator.
|
||||||
|
W503,
|
||||||
I100,
|
I100,
|
||||||
I202
|
I202
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue