We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1545a2a commit 790e0efCopy full SHA for 790e0ef
.pre-commit-config.yaml
@@ -43,6 +43,7 @@ repos:
43
- types-pytest-lazy-fixture
44
- types-pytz
45
- types-requests
46
+ - pyarrow-stubs # Remove when pyarrow >= 23.0.0 https://github.com/apache/arrow/pull/47609
47
- repo: https://github.com/igorshubovych/markdownlint-cli
48
rev: v0.45.0
49
hooks:
pyproject.toml
@@ -116,7 +116,7 @@ dev = [
116
"docutils!=0.21.post1",
117
"mypy-boto3-glue>=1.28.18",
118
"mypy-boto3-dynamodb>=1.28.18",
119
- "pyarrow-stubs>=20.0.0.20251107",
+ "pyarrow-stubs>=20.0.0.20251107", # Remove when pyarrow >= 23.0.0 https://github.com/apache/arrow/pull/47609
120
]
121
# for mkdocs
122
docs = [
0 commit comments