Skip to content

Commit ca35ab9

Browse files
committed
MNT: Initial mypy configuration
1 parent e5c421a commit ca35ab9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ force-exclude = """
9696
profile = "black"
9797
line_length = 99
9898
extend_skip = ["_version.py", "externals", "versioneer.py"]
99+
100+
[tool.mypy]
101+
python_version = "3.8"
102+
exclude = [
103+
"/tests",
104+
]

0 commit comments

Comments
 (0)