Skip to content

Commit ead78d1

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.4...v0.14.13) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.23.0 → v9.24.0](alessandrojcm/commitlint-pre-commit-hook@v9.23.0...v9.24.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/lovesegfault/beautysh: v6.4.1 → v6.4.2](lovesegfault/beautysh@v6.4.1...v6.4.2) - [github.com/jsh9/pydoclint: 0.8.1 → 0.8.3](jsh9/pydoclint@0.8.1...0.8.3) - [github.com/astral-sh/uv-pre-commit: 0.9.8 → 0.9.26](astral-sh/uv-pre-commit@0.9.8...0.9.26)
1 parent 9f39c5c commit ead78d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
skip: [uv-lock]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.4
9+
rev: v0.14.13
1010
hooks:
1111
- id: ruff
1212
args:
@@ -35,7 +35,7 @@ repos:
3535
- id: debug-statements
3636
- id: check-docstring-first
3737
- repo: https://github.com/adrienverge/yamllint.git
38-
rev: v1.37.1
38+
rev: v1.38.0
3939
hooks:
4040
- id: yamllint
4141

@@ -59,14 +59,14 @@ repos:
5959
exclude: "CHANGELOG.md"
6060

6161
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
62-
rev: v9.23.0
62+
rev: v9.24.0
6363
hooks:
6464
- id: commitlint
6565
additional_dependencies: ["@commitlint/[email protected]"]
6666
stages: [commit-msg]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: "v1.18.2"
69+
rev: "v1.19.1"
7070
hooks:
7171
- id: mypy
7272
args:
@@ -94,16 +94,16 @@ repos:
9494
args: [--convention=google, --add-ignore=D107]
9595

9696
- repo: https://github.com/lovesegfault/beautysh
97-
rev: v6.4.1
97+
rev: v6.4.2
9898
hooks:
9999
- id: beautysh
100100

101101
- repo: https://github.com/jsh9/pydoclint
102-
rev: 0.8.1
102+
rev: 0.8.3
103103
hooks:
104104
- id: pydoclint
105105
- repo: https://github.com/astral-sh/uv-pre-commit
106-
rev: 0.9.8
106+
rev: 0.9.26
107107
hooks:
108108
- id: uv-lock
109109
args: [--check]

0 commit comments

Comments
 (0)