Skip to content

Commit 5b972c8

Browse files
committed
MNT: Initial mypy configuration
1 parent 8439ce5 commit 5b972c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ force-exclude = """
102102
profile = "black"
103103
line_length = 99
104104
extend_skip = ["_version.py", "externals"]
105+
106+
[tool.mypy]
107+
python_version = "3.11"
108+
exclude = [
109+
"/tests",
110+
]

0 commit comments

Comments
 (0)