Skip to content

Commit

Permalink
chore: add mypy.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Sep 27, 2023
1 parent 6482ceb commit 5940852
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[mypy]
check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
warn_redundant_casts = true
warn_unused_ignores = true

[mypy-tests.*]
disallow_untyped_defs = false

0 comments on commit 5940852

Please sign in to comment.