Skip to content

Commit 9da0ce2

Browse files
authored
Update pre-commit hooks versions (#9872)
1 parent 1b39161 commit 9da0ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies:
27-
- black==25.9.0
27+
- black==26.1.0
2828
- repo: https://github.com/codespell-project/codespell
2929
# Configuration for codespell is in pyproject.toml
3030
rev: v2.4.1
@@ -34,11 +34,11 @@ repos:
3434
# python doesn't come with a toml parser prior to 3.11
3535
- "tomli; python_version < '3.11'"
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.21.0
37+
rev: v3.21.2
3838
hooks:
3939
- id: pyupgrade
4040
args: ["--py310-plus", "--keep-percent-format"]
4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.11.0
42+
rev: v2.11.1
4343
hooks:
4444
- id: pyproject-fmt

0 commit comments

Comments
 (0)