Skip to content

Commit c4628e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.5](astral-sh/ruff-pre-commit@v0.0.292...v0.1.5) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0)
1 parent 9b06245 commit c4628e8

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.0.292
4+
rev: v0.1.5
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -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.33.0
2323
hooks:
2424
- id: yamllint
2525
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)