[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/adrienverge/yamllint.git: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.37.0...v1.37.1)
- [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.11.8)
This commit is contained in:
pre-commit-ci[bot]
2025-05-05 17:06:29 +00:00
committed by Dimitri Papadopoulos Orfanos
parent 209ff1129d
commit 93bb121131

View File

@ -50,7 +50,7 @@ repos:
files: dictionary.*\.txt$|\.wordlist$
args: [--ignore-case]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.0
rev: v1.37.1
hooks:
- id: yamllint
args:
@ -58,7 +58,7 @@ repos:
- -d
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.4
rev: v0.11.8
hooks:
- id: ruff
- id: ruff-format