Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (ansible#1822)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4)
- [github.com/streetsidesoftware/cspell-cli: v8.10.1 → v8.11.0](streetsidesoftware/cspell-cli@v8.10.1...v8.11.0)
- [github.com/jsh9/pydoclint: 0.5.4 → 0.5.6](jsh9/pydoclint@0.5.4...0.5.6)
- [github.com/pre-commit/mirrors-mypy.git: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.10.1...v1.11.0)
- [github.com/pycqa/pylint.git: v3.2.5 → v3.2.6](https://github.com/pycqa/pylint.git/compare/v3.2.5...v3.2.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 23, 2024
1 parent bd9e4c6 commit 210dafb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ repos:
- id: toml-sort-fix

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.10.1
rev: v8.11.0
hooks:
- id: cspell
name: Spell check with cspell
Expand Down Expand Up @@ -147,7 +147,7 @@ repos:
- flake8-docstrings # uses pydocstyle

- repo: https://github.com/jsh9/pydoclint
rev: 0.5.4
rev: 0.5.6
hooks:
- id: pydoclint

Expand All @@ -158,7 +158,7 @@ repos:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.10.1
rev: v1.11.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -175,7 +175,7 @@ repos:
- types-typed-ast

- repo: https://github.com/pycqa/pylint.git
rev: v3.2.5
rev: v3.2.6
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 210dafb

Please sign in to comment.