Skip to content

Commit ac61bec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.5...v0.6.9) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent d9a5a35 commit ac61bec

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.6.5
4+
rev: v0.6.9
55
hooks:
66
- id: ruff
77
args: [--fix, --show-fixes, --output-format, grouped]
@@ -24,7 +24,7 @@ repos:
2424
args: ['-c', '.yamllint']
2525
# Common pre-commit checks
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.6.0
27+
rev: v5.0.0
2828
hooks:
2929
- id: check-added-large-files # We don't want huge files. (Cut down test data!)
3030
args: ['--maxkb=2000']

0 commit comments

Comments
 (0)