mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
11 lines
229 B
INI
11 lines
229 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[tool:pytest]
|
|
norecursedirs = tests/storage/servers/*
|
|
|
|
[flake8]
|
|
# W503: Line break before operator
|
|
ignore = W503, E731
|
|
exclude = tests/storage/servers/*, build/
|
|
application-package-names = tests,vdirsyncer
|