vdirsyncer/setup.cfg
2018-02-05 15:45:31 +01:00

11 lines
344 B
INI

[tool:pytest]
norecursedirs = tests/storage/servers/*
addopts = --tb=short --duration 3
[flake8]
# E731: Use a def instead of lambda expr
# E743: Ambiguous function definition
ignore = E731, E743
select = C,E,F,W,B,B9
exclude = .eggs/, tests/storage/servers/nextcloud/, build/, vdirsyncer/_native*
application-package-names = tests,vdirsyncer