We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e235 commit 5274b35Copy full SHA for 5274b35
mypy.ini
@@ -1,5 +1,9 @@
1
[mypy]
2
python_version = 3.12
3
+strict = True
4
5
[mypy-quartodoc.*]
6
ignore_missing_imports = True
7
+
8
+[mypy-tests.*]
9
+disallow_untyped_defs = False
0 commit comments