Update flake8 comments to "new" format

This commit is contained in:
Hugo Osvaldo Barrera 2022-12-03 16:22:49 +01:00 committed by Hugo
parent 6506c86f58
commit 2c44f7d773

View file

@ -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