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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.1...v0.6.9)
- [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v8.15.1](streetsidesoftware/cspell-cli@v8.13.3...v8.15.1)
- [github.com/pycqa/pylint.git: v3.2.6 → v3.3.1](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.3.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 400efd9 commit 8846003
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 @@ -6,7 +6,7 @@ repos:
- id: update-docs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand Down Expand Up @@ -54,19 +54,19 @@ repos:
- prettier-plugin-toml

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.3
rev: v8.15.1
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -77,7 +77,7 @@ repos:
- id: darglint

- repo: https://github.com/pycqa/pylint.git
rev: v3.2.6
rev: v3.3.1
hooks:
- id: pylint
args:
Expand All @@ -88,7 +88,7 @@ repos:
- pytest-ansible

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 8846003

Please sign in to comment.