Skip to content

Commit ca38c42

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.7...v0.11.11) - [github.com/adrienverge/yamllint: v1.37.0 → v1.37.1](adrienverge/yamllint@v1.37.0...v1.37.1)
1 parent b581e6c commit ca38c42

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
@@ -27,13 +27,13 @@ repos:
2727
require_serial: false
2828
additional_dependencies: []
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: "v0.11.7"
30+
rev: "v0.11.11"
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]
3434
- id: ruff-format
3535
- repo: https://github.com/adrienverge/yamllint
36-
rev: v1.37.0
36+
rev: v1.37.1
3737
hooks:
3838
- id: yamllint
3939
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)