Skip to content

Commit

Permalink
fix: add new mypy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
luizdesuo committed Nov 30, 2023
1 parent 09dbf89 commit 3ce8d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ fail_under = 0
all = true

[tool.mypy]
disallow_subclassing_any = true
ignore_missing_imports = true
strict = true
warn_unreachable = true
pretty = true
Expand Down
2 changes: 2 additions & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ fail_under = 0
all = true

[tool.mypy]
disallow_subclassing_any = true
ignore_missing_imports = true
strict = true
warn_unreachable = true
pretty = true
Expand Down

0 comments on commit 3ce8d89

Please sign in to comment.