mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
9 lines
131 B
INI
9 lines
131 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[pytest]
|
|
norecursedirs = tests/storage/servers/*
|
|
|
|
[flake8]
|
|
# W503: Line break before operator
|
|
ignore = W503
|