Skip to content

Commit

Permalink
remove no_implicit_optional
Browse files Browse the repository at this point in the history
this is the default in mypy 0.990

Committed via https://github.com/asottile/all-repos
  • Loading branch information
asottile committed Nov 17, 2022
1 parent 66b2891 commit b817aa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ mypy_path = src
check_untyped_defs = True
disallow_any_generics = True
ignore_missing_imports = True
no_implicit_optional = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True
Expand Down

0 comments on commit b817aa4

Please sign in to comment.