We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ef7fc commit 66e3c76Copy full SHA for 66e3c76
1 file changed
pyproject.toml
@@ -37,7 +37,7 @@ include = ["antarest*"]
37
[tool.mypy]
38
exclude = "antarest/fastapi_jwt_auth/*"
39
strict = true
40
-files = "antarest,tests"
+files = "antarest"
41
plugins = "pydantic.mypy"
42
enable_error_code = "explicit-override"
43
0 commit comments