-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into 59877-clines
- Loading branch information
Showing
343 changed files
with
5,211 additions
and
2,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ minimum_pre_commit_version: 2.15.0 | |
exclude: ^LICENSES/|\.(html|csv|svg)$ | ||
# reserve "manual" for relatively slow hooks which we still want to run in CI | ||
default_stages: [ | ||
commit, | ||
merge-commit, | ||
push, | ||
pre-commit, | ||
pre-merge-commit, | ||
pre-push, | ||
prepare-commit-msg, | ||
commit-msg, | ||
post-checkout, | ||
|
@@ -19,7 +19,7 @@ ci: | |
skip: [pyright, mypy] | ||
repos: | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.5.0 | ||
rev: v0.7.2 | ||
hooks: | ||
- id: ruff | ||
args: [--exit-non-zero-on-fix] | ||
|
@@ -34,7 +34,7 @@ repos: | |
- id: ruff-format | ||
exclude: ^scripts|^pandas/tests/frame/test_query_eval.py | ||
- repo: https://github.com/jendrikseipp/vulture | ||
rev: 'v2.11' | ||
rev: 'v2.13' | ||
hooks: | ||
- id: vulture | ||
entry: python scripts/run_vulture.py | ||
|
@@ -52,7 +52,7 @@ repos: | |
- id: cython-lint | ||
- id: double-quote-cython-strings | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 | ||
rev: v5.0.0 | ||
hooks: | ||
- id: check-case-conflict | ||
- id: check-toml | ||
|
@@ -74,7 +74,7 @@ repos: | |
hooks: | ||
- id: isort | ||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v3.16.0 | ||
rev: v3.19.0 | ||
hooks: | ||
- id: pyupgrade | ||
args: [--py310-plus] | ||
|
@@ -90,12 +90,12 @@ repos: | |
types: [text] # overwrite types: [rst] | ||
types_or: [python, rst] | ||
- repo: https://github.com/sphinx-contrib/sphinx-lint | ||
rev: v0.9.1 | ||
rev: v1.0.0 | ||
hooks: | ||
- id: sphinx-lint | ||
args: ["--enable", "all", "--disable", "line-too-long"] | ||
- repo: https://github.com/pre-commit/mirrors-clang-format | ||
rev: v18.1.8 | ||
rev: v19.1.3 | ||
hooks: | ||
- id: clang-format | ||
files: ^pandas/_libs/src|^pandas/_libs/include | ||
|
@@ -112,7 +112,7 @@ repos: | |
types: [python] | ||
stages: [manual] | ||
additional_dependencies: &pyright_dependencies | ||
- [email protected].352 | ||
- [email protected].383 | ||
- id: pyright | ||
# note: assumes python env is setup and activated | ||
name: pyright reportGeneralTypeIssues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.