mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
12 lines
251 B
INI
12 lines
251 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[tool:pytest]
|
|
norecursedirs = tests/storage/servers/*
|
|
|
|
[flake8]
|
|
# E731: Use a def instead of lambda expr
|
|
ignore = E731
|
|
select = C,E,F,W,B,B9
|
|
exclude = tests/storage/servers/*, build/
|
|
application-package-names = tests,vdirsyncer
|