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 8e83c3f commit 74ba8acCopy full SHA for 74ba8ac
pyproject.toml
@@ -6,15 +6,3 @@ build-backend = "setuptools.build_meta"
6
skip-string-normalization = true
7
8
[tool.setuptools_scm]
9
-
10
-[tool.pytest-enabler.black]
11
-addopts = "--black"
12
13
-[tool.pytest-enabler.mypy]
14
-addopts = "--mypy"
15
16
-[tool.pytest-enabler.cov]
17
-addopts = "--cov"
18
19
-[tool.pytest-enabler.ruff]
20
-addopts = "--ruff"
setup.cfg
@@ -37,7 +37,7 @@ testing =
37
pytest-mypy >= 0.9.1; \
38
# workaround for jaraco/skeleton#22
39
python_implementation != "PyPy"
40
- pytest-enabler >= 1.3
+ pytest-enabler >= 2.2
41
pytest-ruff
42
43
# local
0 commit comments