Skip to content

Commit 1fc3866

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.3](pycontribs/mirrors-prettier@v3.4.2...v3.5.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/streetsidesoftware/cspell-cli: v8.17.2 → v8.17.3](streetsidesoftware/cspell-cli@v8.17.2...v8.17.3) - [github.com/jsh9/pydoclint: 0.6.0 → 0.6.2](jsh9/pydoclint@0.6.0...0.6.2) - [github.com/pre-commit/mirrors-mypy.git: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.14.1...v1.15.0) - [github.com/ansible/ansible-lint: v25.1.1 → v25.1.3](ansible/ansible-lint@v25.1.1...v25.1.3)
1 parent d31c761 commit 1fc3866

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
)$
3838
3939
- repo: https://github.com/pycontribs/mirrors-prettier
40-
rev: v3.4.2
40+
rev: v3.5.3
4141
hooks:
4242
- id: prettier
4343
always_run: true
@@ -62,20 +62,20 @@ repos:
6262
- id: tox-ini-fmt
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.9.4
65+
rev: v0.9.9
6666
hooks:
6767
- id: ruff
6868
args:
6969
- --exit-non-zero-on-fix
7070

7171
- repo: https://github.com/streetsidesoftware/cspell-cli
72-
rev: v8.17.2
72+
rev: v8.17.3
7373
hooks:
7474
- id: cspell
7575
name: Spell check with cspell
7676

7777
- repo: https://github.com/jsh9/pydoclint
78-
rev: "0.6.0"
78+
rev: "0.6.2"
7979
hooks:
8080
- id: pydoclint
8181
# This allows automatic reduction of the baseline file when needed.
@@ -101,7 +101,7 @@ repos:
101101
- wcmatch
102102

103103
- repo: https://github.com/pre-commit/mirrors-mypy.git
104-
rev: v1.14.1
104+
rev: v1.15.0
105105
hooks:
106106
- id: mypy
107107
additional_dependencies:
@@ -146,7 +146,7 @@ repos:
146146
additional_dependencies:
147147
- uv>=0.5.21
148148
- repo: https://github.com/ansible/ansible-lint
149-
rev: v25.1.1
149+
rev: v25.1.3
150150
hooks:
151151
- id: ansible-lint
152152
stages: [manual]

0 commit comments

Comments
 (0)