Skip to content

Commit bc4e70e

Browse files
authored
Merge pull request #10504 from pytest-dev/all-repos_autofix_no-implicit-optional
remove no_implicit_optional
2 parents 66b2891 + b817aa4 commit bc4e70e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ mypy_path = src
9696
check_untyped_defs = True
9797
disallow_any_generics = True
9898
ignore_missing_imports = True
99-
no_implicit_optional = True
10099
show_error_codes = True
101100
strict_equality = True
102101
warn_redundant_casts = True

0 commit comments

Comments
 (0)