Skip to content

Commit

Permalink
feat(mypy): enable explicit overrides
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Dec 17, 2024
1 parent d51e88c commit 6cbbf4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ exclude = "antarest/fastapi_jwt_auth/*"
strict = true
files = "antarest"
plugins = "pydantic.mypy"
enable_error_code = "explicit-override"

[[tool.mypy.overrides]]
module = ["antarest/fastapi_jwt_auth.*"]
Expand Down

0 comments on commit 6cbbf4d

Please sign in to comment.