We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ca008 commit 6443d37Copy full SHA for 6443d37
pyproject.toml
@@ -14,3 +14,14 @@ target-version = "py37"
14
15
[tool.ruff.isort]
16
force-single-line = true
17
+
18
+[tool.pytest.ini_options]
19
+addopts = """
20
+--tb=short
21
+--cov-config .coveragerc
22
+--cov=vdirsyncer
23
+--cov-report=term-missing:skip-covered
24
+--no-cov-on-fail
25
+--color=yes
26
+"""
27
+# filterwarnings=error
setup.cfg
@@ -1,13 +1,3 @@
1
-[tool:pytest]
2
-addopts =
3
- --tb=short
4
- --cov-config .coveragerc
5
- --cov=vdirsyncer
6
- --cov-report=term-missing:skip-covered
7
- --no-cov-on-fail
8
- --color=yes
9
-# filterwarnings=error
10
-
11
[mypy]
12
ignore_missing_imports = True
13
# See https://github.com/python/mypy/issues/7511:
0 commit comments