Merge pull request #10504 from pytest-dev/all-repos_autofix_no-implicit-optional

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

View File

@ -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