Skip to content

Commit 43dec62

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/astral-sh/ruff-pre-commit: v0.4.2 → v0.8.0](astral-sh/ruff-pre-commit@v0.4.2...v0.8.0)
1 parent 40f2491 commit 43dec62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.6.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -35,7 +35,7 @@ repos:
3535

3636
# Lints code
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.4.2"
38+
rev: "v0.8.0"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)