Skip to content

Commit c52bf66

Browse files
committed
Merge remote-tracking branch 'upstream/main' into simp-pandas-group-by
2 parents 502bcdc + 8afbeec commit c52bf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.12.1'
6+
rev: 'v0.12.2'
77
hooks:
88
# Run the formatter.
99
- id: ruff-format
@@ -22,7 +22,7 @@ repos:
2222
args: [--ignore-words-list=ser]
2323
exclude: ^docs/api-completeness.md$
2424
- repo: https://github.com/pycqa/flake8
25-
rev: '7.2.0' # todo: remove once https://github.com/astral-sh/ruff/issues/458 is addressed
25+
rev: '7.3.0' # todo: remove once https://github.com/astral-sh/ruff/issues/458 is addressed
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: [darglint==1.8.1, Flake8-pyproject]

0 commit comments

Comments
 (0)