Skip to content

Commit 66e3c76

Browse files
committed
Revert "enable mypy on tests folder"
This reverts commit d0b4606.
1 parent d8ef7fc commit 66e3c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include = ["antarest*"]
3737
[tool.mypy]
3838
exclude = "antarest/fastapi_jwt_auth/*"
3939
strict = true
40-
files = "antarest,tests"
40+
files = "antarest"
4141
plugins = "pydantic.mypy"
4242
enable_error_code = "explicit-override"
4343

0 commit comments

Comments
 (0)