Skip to content

Commit

Permalink
Configure strictness settings for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Oct 22, 2023
1 parent 961081b commit 77b60c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[mypy]
exclude = tests/

; Strictness
disallow_untyped_defs = True
check_untyped_defs = True
warn_unused_ignores = True

0 comments on commit 77b60c4

Please sign in to comment.