Skip to content

Commit

Permalink
Enable explict override type checking (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jul 9, 2024
1 parent 8ae5400 commit 3b3a110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ build-backend = "poetry.core.masonry.api"
[tool.mypy]
ignore_missing_imports = true
strict = true
# TODO: Remove this when explicit-override is enabled by default in strict mode
# https://github.com/python/mypy/issues/17511
enable_error_code = ["explicit-override"]
# If certain strict config options are too pedantic for a project,
# disable them selectively here by setting to false.

Expand Down

0 comments on commit 3b3a110

Please sign in to comment.