Skip to content

Commit 8b3ab79

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.6.4 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.4...v0.7.0)
1 parent d90ef17 commit 8b3ab79

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

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v4.6.0"
6+
rev: "v5.0.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
# - id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.4
18+
rev: v0.7.0
1919
hooks:
2020
# Run the linter.
2121
- id: ruff

0 commit comments

Comments
 (0)