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.
mypy --exclude-gitignore
1 parent 3a4b966 commit 6da8b24Copy full SHA for 6da8b24
1 file changed
pyproject.toml
@@ -110,6 +110,7 @@ skip-excluded-dirs = true
110
111
[tool.mypy]
112
mypy_path = "src"
113
+exclude_gitignore = true
114
strict = true
115
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
116
enable_incomplete_feature = ["PreciseTupleTypes"]
0 commit comments