Skip to content

Commit 5274b35

Browse files
authored
refactor: ♻️ make mypy more strict in settings (#94)
# Description Matching what was done in Sprout. No review needed.
1 parent ab8e235 commit 5274b35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[mypy]
22
python_version = 3.12
3+
strict = True
34

45
[mypy-quartodoc.*]
56
ignore_missing_imports = True
7+
8+
[mypy-tests.*]
9+
disallow_untyped_defs = False

0 commit comments

Comments
 (0)