Skip to content

Commit 4b645ae

Browse files
authored
TYP: Remove use of deprecated mypy option (pandas-dev#48239)
Remove use of deprecated mypy option `show_none_errors` is deprecated, see python/mypy#13507
1 parent 64c8a05 commit 4b645ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ warn_no_return = true
100100
warn_return_any = false # TODO
101101
warn_unreachable = false # GH#27396
102102
# Suppressing errors
103-
show_none_errors = true
104103
ignore_errors = false
105104
enable_error_code = "ignore-without-code"
106105
# Miscellaneous strictness flags

0 commit comments

Comments
 (0)