Skip to content

Commit 1625558

Browse files
committed
Use hacked mutmut that allows typechecked
1 parent be5f8b6 commit 1625558

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

poetry.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typeguard = "^4.4.2"
1212
pytest = "^8.3.5"
1313
pytest-cov = "^6.1.1"
1414
pre-commit = "^4.2.0"
15-
mutmut = "^3.3.0"
15+
mutmut = {url = "https://github.com/WillGibson/mutmut/archive/refs/heads/allow-typechecked-spike.zip"}
1616

1717
[tool.black]
1818
line-length = 100
@@ -27,6 +27,7 @@ paths_to_mutate = [
2727
do_not_mutate = [
2828
"**/tests/*"
2929
]
30+
debug = true
3031

3132
[tool.pytest.ini_options]
3233
addopts = "--ignore ./mutants"

0 commit comments

Comments
 (0)