Skip to content

Commit 46ee67b

Browse files
authored
Remove use of removed mypy option (#337)
* Remove use of removed mypy option This got removed in 0.981 * pin mypy
1 parent 116ac92 commit 46ee67b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python = ">=3.8,<3.11"
3535
types-pytz = ">= 2022.1.1"
3636

3737
[tool.poetry.dev-dependencies]
38-
mypy = ">=0.971"
38+
mypy = "==0.971"
3939
pyarrow = ">=9.0.0"
4040
pytest = ">=7.1.2"
4141
pyright = ">=1.1.266"
@@ -156,7 +156,6 @@ warn_no_return = true
156156
warn_return_any = false # TODO
157157
warn_unreachable = false # GH#27396
158158
# Suppressing errors
159-
show_none_errors = true
160159
ignore_errors = false
161160
enable_error_code = "ignore-without-code" # same as in pandas
162161
# Miscellaneous strictness flags

0 commit comments

Comments
 (0)