From f7b6e67095baeeab8a0ef9cac0d36d67414f8134 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 26 Oct 2017 01:41:43 +0200 Subject: [PATCH] Ignore new flake8 linters --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fbbf4db..03b47a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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/, vdirsyncer/_native* application-package-names = tests,vdirsyncer