Skip to content

Commit 74106c7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1)
1 parent f245786 commit 74106c7

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
@@ -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.35.1
53+
rev: v1.37.0
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.9.9
61+
rev: v0.11.4
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format
@@ -75,7 +75,7 @@ repos:
7575
additional_dependencies:
7676
- tomli
7777
- repo: https://github.com/abravalheri/validate-pyproject
78-
rev: v0.23
78+
rev: v0.24.1
7979
hooks:
8080
- id: validate-pyproject
8181
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)