Merge pull request #2601 from pre-commit/all-repos_autofix_no-implicit-optional

remove no_implicit_optional
This commit is contained in:
Anthony Sottile 2022-11-22 08:41:28 -05:00 committed by GitHub
commit 46f7117753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,6 @@ check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true