mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Ignore new flake8 linters
This commit is contained in:
parent
250bd974f3
commit
dde30c22be
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ addopts = --tb=short
|
|||
|
||||
[flake8]
|
||||
# E731: Use a def instead of lambda expr
|
||||
ignore = E731
|
||||
# E743: Ambiguous function definition
|
||||
ignore = E731, E743
|
||||
select = C,E,F,W,B,B9
|
||||
exclude = .eggs, tests/storage/servers/owncloud/, tests/storage/servers/nextcloud/, tests/storage/servers/baikal/, build/
|
||||
application-package-names = tests,vdirsyncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue