| commit | 360df52788d2b6bdc26e62cbfa00aa3d85cf6599 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Wed Nov 16 19:19:56 2022 -0500 |
| committer | Anthony Sottile <asottile@umich.edu> | Wed Nov 16 19:19:56 2022 -0500 |
| tree | a8a1c17833124b75b2f91176582b73097d7b443a | |
| parent | 5d205e64592d8337209f1a0c2ac570244d11f0dd [diff] |
remove no_implicit_optional this is the default in mypy 0.990 Committed via https://github.com/asottile/all-repos
diff --git a/setup.cfg b/setup.cfg index d4658e2..30688d9 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -75,7 +75,6 @@ disallow_any_generics = true disallow_incomplete_defs = true disallow_untyped_defs = true -no_implicit_optional = true warn_redundant_casts = true warn_unused_ignores = true