Skip to content

Commit 467c4fd

Browse files
committed
Cleanup.
1 parent 2378016 commit 467c4fd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ branch = true
7676
[tool.coverage.report]
7777
exclude_also = [
7878
"@typing.overload",
79-
"if TYPE_CHECKING:",
8079
]
8180

81+
[tool.mypy]
82+
strict = true
83+
8284
[tool.pylint.MASTER]
8385
ignore = "typing"
8486
persistent = "no"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
psutil==5.6.3 # https://github.com/giampaolo/psutil/issues/1659#issuecomment-586032229
22
pytest
3-
pytest-cov
3+
pytest-cov>=7.0.0
44
sybil

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deps =
1616
py==1.11.0
1717
mypy==1.19.1
1818
commands =
19-
mypy {posargs:parsel tests} --strict
19+
mypy {posargs:parsel tests}
2020

2121
[testenv:pylint]
2222
deps =

0 commit comments

Comments
 (0)