Skip to content

Commit b5296cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.8.4](astral-sh/ruff-pre-commit@v0.0.292...v0.8.4) - [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/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1)
1 parent 9b06245 commit b5296cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.0.292
4+
rev: v0.8.4
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
args: ['--unsafe']
2020
files: .*\.(yaml|yml)$
2121
- repo: https://github.com/adrienverge/yamllint.git
22-
rev: v1.32.0
22+
rev: v1.35.1
2323
hooks:
2424
- id: yamllint
2525
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)