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

remove no_implicit_optional
This commit is contained in:
Anthony Sottile 2022-11-16 20:03:45 -05:00 committed by GitHub
commit b4982b5a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,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