Skip to content

Commit 93bb121

Browse files
[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](astral-sh/ruff-pre-commit@v0.11.4...v0.11.8)
1 parent 209ff11 commit 93bb121

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
@@ -50,15 +50,15 @@ repos:
5050
files: dictionary.*\.txt$|\.wordlist$
5151
args: [--ignore-case]
5252
- repo: https://github.com/adrienverge/yamllint.git
53-
rev: v1.37.0
53+
rev: v1.37.1
5454
hooks:
5555
- id: yamllint
5656
args:
5757
- --no-warnings
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.11.4
61+
rev: v0.11.8
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format

0 commit comments

Comments
 (0)