Skip to content

Commit

Permalink
test CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Nov 22, 2023
1 parent e2cc04d commit 1b81cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ strict_equality = True
extra_checks = True

# Strongly recommend enabling this one as soon as you can
; check_untyped_defs = True
check_untyped_defs = True

# These shouldn't be too much additional work, but may be tricky to
# get passing if you use a lot of untyped libraries
disallow_subclassing_any = True
disallow_untyped_decorators = True
; disallow_any_generics = True
disallow_any_generics = True

# These next few are various gradations of forcing use of type annotations
; disallow_untyped_calls = True
Expand Down

0 comments on commit 1b81cd1

Please sign in to comment.