Skip to content

Commit 00e88fc

Browse files
committed
Forbid untyped defs
1 parent cb90e78 commit 00e88fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ profile = "black"
6767
# strict = true
6868
files = ["src"]
6969
ignore_missing_imports = true
70+
disallow_untyped_defs = true
7071

7172

7273
[tool.coverage.run]

0 commit comments

Comments
 (0)