Skip to content

Commit ff578b8

Browse files
DanielShaulovpradyunsg
authored andcommitted
disable strict_optional mypy option (#5371)
1 parent 80b9524 commit ff578b8

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

news/2b9004e2-70dd-49df-91c3-29deb506cfbe.trivial

Whitespace-only changes.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ select = E,W,F
2020
[mypy]
2121
follow_imports = silent
2222
ignore_missing_imports = True
23+
strict_optional = False
2324

2425
[mypy-pip/_vendor/*]
2526
follow_imports = skip

0 commit comments

Comments
 (0)