Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent d31c761 commit 1fc3866
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
)$
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.4.2
rev: v3.5.3
hooks:
- id: prettier
always_run: true
Expand All @@ -62,20 +62,20 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.9
hooks:
- id: ruff
args:
- --exit-non-zero-on-fix

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.2
rev: v8.17.3
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/jsh9/pydoclint
rev: "0.6.0"
rev: "0.6.2"
hooks:
- id: pydoclint
# This allows automatic reduction of the baseline file when needed.
Expand All @@ -101,7 +101,7 @@ repos:
- wcmatch

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -146,7 +146,7 @@ repos:
additional_dependencies:
- uv>=0.5.21
- repo: https://github.com/ansible/ansible-lint
rev: v25.1.1
rev: v25.1.3
hooks:
- id: ansible-lint
stages: [manual]

0 comments on commit 1fc3866

Please sign in to comment.