Skip to content

Commit 7befe02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.11.4](astral-sh/ruff-pre-commit@v0.3.4...v0.11.4)
1 parent 069b71b commit 7befe02

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

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
args: ["--enforce-all", "--maxkb=300"]
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.3.4"
25+
rev: "v0.11.4"
2626
hooks:
2727
- id: ruff
2828
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)