Skip to content

Commit e737851

Browse files
pre-commit: bump repositories
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.14.0](astral-sh/ruff-pre-commit@v0.11.2...v0.14.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0)
1 parent ef47962 commit e737851

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-ast
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: validate-pyproject
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.2
37+
rev: v0.14.0
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --show-fixes]
@@ -56,7 +56,7 @@ repos:
5656
- id: rst-inline-touching-normal
5757
- id: text-unicode-replacement-char
5858
- repo: https://github.com/asottile/pyupgrade
59-
rev: v3.19.1
59+
rev: v3.21.0
6060
hooks:
6161
- id: pyupgrade
6262
args: [--py38-plus]

0 commit comments

Comments
 (0)