Skip to content

Commit 2fac916

Browse files
authored
Update pyproject.toml
1 parent 218bb0e commit 2fac916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ max-line-length = 120
3737
[mypy]
3838
truethy-bool = true
3939

40+
[tool.mypy]
41+
disable_error_code = ["no-untyped-def"]
42+
4043
[build-system]
4144
requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
4245
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)