Skip to content

Commit 55e599a

Browse files
pre-commit: bump repositories
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.10...v0.14.3)
1 parent 8a00dc4 commit 55e599a

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: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.10
20+
rev: v0.14.3
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)