Skip to content

Commit 21e214d

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.8...v0.7.2) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
1 parent 53f917c commit 21e214d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -18,19 +18,19 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 24.8.0
21+
rev: 24.10.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.6.8
26+
rev: v0.7.2
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --show-fixes]
3030

3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.17.0
33+
rev: v3.19.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py38-plus]

0 commit comments

Comments
 (0)