Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/renovatebot/pre-commit-hooks: 39.85.0 → 39.136.1](renovatebot/pre-commit-hooks@39.85.0...39.136.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.4...v0.9.3)
- [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v8.17.1](streetsidesoftware/cspell-cli@v8.17.0...v8.17.1)
- [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
- [github.com/ansible/ansible-lint: v24.12.2 → v25.1.0](ansible/ansible-lint@v24.12.2...v25.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 0639285 commit 8db8caa
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 @@ -5,12 +5,12 @@ ci:
- deps
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.85.0
rev: 39.136.1
hooks:
- id: renovate-config-validator
args: [--strict]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.3
hooks:
- id: ruff
args:
Expand All @@ -26,14 +26,14 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.0
rev: v8.17.1
hooks:
- id: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
- repo: https://github.com/psf/black
Expand All @@ -54,7 +54,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/ansible/ansible-lint
rev: v24.12.2
rev: v25.1.0
hooks:
- id: ansible-lint
language_version: python3.10 # minimal supported officially
Expand All @@ -69,7 +69,7 @@ repos:
- yaml
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
entry: mypy src/
Expand Down

0 comments on commit 8db8caa

Please sign in to comment.