We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2378016 commit 467c4fdCopy full SHA for 467c4fd
pyproject.toml
@@ -76,9 +76,11 @@ branch = true
76
[tool.coverage.report]
77
exclude_also = [
78
"@typing.overload",
79
- "if TYPE_CHECKING:",
80
]
81
+[tool.mypy]
82
+strict = true
83
+
84
[tool.pylint.MASTER]
85
ignore = "typing"
86
persistent = "no"
tests/requirements.txt
@@ -1,4 +1,4 @@
1
psutil==5.6.3 # https://github.com/giampaolo/psutil/issues/1659#issuecomment-586032229
2
pytest
3
-pytest-cov
+pytest-cov>=7.0.0
4
sybil
tox.ini
@@ -16,7 +16,7 @@ deps =
16
py==1.11.0
17
mypy==1.19.1
18
commands =
19
- mypy {posargs:parsel tests} --strict
+ mypy {posargs:parsel tests}
20
21
[testenv:pylint]
22
deps =
0 commit comments