Skip to content

Commit

Permalink
refactor: enable mypy strict linting
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.eades committed Feb 23, 2024
1 parent 878c4d4 commit c18307e
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 @@ -124,6 +124,7 @@ known-first-party = ["copier"]
convention = "google"

[tool.mypy]
strict = true
ignore_missing_imports = true
plugins = ["pydantic.mypy"]
warn_no_return = false
Expand Down

0 comments on commit c18307e

Please sign in to comment.