mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
`isort` is failing in pre-commit.ci right now, so this might be good timing. See: https://whynothugo.nl/journal/2023/01/20/notes-on-ruff/
14 lines
291 B
INI
14 lines
291 B
INI
[tool:pytest]
|
|
addopts =
|
|
--tb=short
|
|
--cov-config .coveragerc
|
|
--cov=vdirsyncer
|
|
--cov-report=term-missing:skip-covered
|
|
--no-cov-on-fail
|
|
--color=yes
|
|
# filterwarnings=error
|
|
|
|
[mypy]
|
|
ignore_missing_imports = True
|
|
# See https://github.com/python/mypy/issues/7511:
|
|
warn_no_return = False
|