Skip to content

Commit

Permalink
Enable some more mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Nov 24, 2024
1 parent 3d4350a commit aad1a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ show_traceback = True
warn_redundant_casts = True
warn_unused_configs = True
warn_unused_ignores = True
; Enabling this will fail on subclasses of untyped imports, e.g. pkginfo
; disallow_subclassing_any = True
disallow_subclassing_any = True
disallow_any_generics = True
disallow_untyped_calls = True
disallow_untyped_defs = True
Expand Down

0 comments on commit aad1a9a

Please sign in to comment.