Skip to content

Commit 2a521c4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.13.0](astral-sh/ruff-pre-commit@v0.0.292...v0.13.0)
1 parent c427f89 commit 2a521c4

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 @@
33
# vim: set nospell:
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
args: [--markdown-linebreak-ext=md]
@@ -17,7 +17,7 @@ repos:
1717
- id: check-ast
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.0.292
20+
rev: v0.13.0
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)