commit | b4982b5a6fe78876fcc90b21e1169ba114100a5c | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Wed Nov 16 20:03:45 2022 -0500 |
committer | GitHub <noreply@github.com> | Wed Nov 16 20:03:45 2022 -0500 |
tree | a8a1c17833124b75b2f91176582b73097d7b443a | |
parent | 5d205e64592d8337209f1a0c2ac570244d11f0dd [diff] | |
parent | 360df52788d2b6bdc26e62cbfa00aa3d85cf6599 [diff] |
Merge pull request #840 from pre-commit/all-repos_autofix_no-implicit-optional remove no_implicit_optional
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