Skip to content

Commit dde30c2

Browse files
committed
Ignore new flake8 linters
1 parent 250bd97 commit dde30c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ addopts = --tb=short
77

88
[flake8]
99
# E731: Use a def instead of lambda expr
10-
ignore = E731
10+
# E743: Ambiguous function definition
11+
ignore = E731, E743
1112
select = C,E,F,W,B,B9
1213
exclude = .eggs, tests/storage/servers/owncloud/, tests/storage/servers/nextcloud/, tests/storage/servers/baikal/, build/
1314
application-package-names = tests,vdirsyncer

0 commit comments

Comments
 (0)