Skip to content

Commit

Permalink
Remove use of deprecated mypy option (#425)
Browse files Browse the repository at this point in the history
`show_none_errors` is deprecated, see python/mypy#13507
  • Loading branch information
hauntsaninja authored Sep 5, 2024
1 parent eca34b9 commit c1dd1f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ disallow_any_explicit = true
disallow_any_unimported = true
disallow_subclassing_any = true
no_implicit_optional = true
show_none_errors = true
warn_no_return = true
warn_redundant_casts = true
warn_return_any = true
Expand Down

0 comments on commit c1dd1f7

Please sign in to comment.