Skip to content

Commit 790e0ef

Browse files
authored
add pyarrow-stubs on mypy pre-commit
1 parent 1545a2a commit 790e0ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ repos:
4343
- types-pytest-lazy-fixture
4444
- types-pytz
4545
- types-requests
46+
- pyarrow-stubs # Remove when pyarrow >= 23.0.0 https://github.com/apache/arrow/pull/47609
4647
- repo: https://github.com/igorshubovych/markdownlint-cli
4748
rev: v0.45.0
4849
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dev = [
116116
"docutils!=0.21.post1",
117117
"mypy-boto3-glue>=1.28.18",
118118
"mypy-boto3-dynamodb>=1.28.18",
119-
"pyarrow-stubs>=20.0.0.20251107",
119+
"pyarrow-stubs>=20.0.0.20251107", # Remove when pyarrow >= 23.0.0 https://github.com/apache/arrow/pull/47609
120120
]
121121
# for mkdocs
122122
docs = [

0 commit comments

Comments
 (0)