Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#237)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
- [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.6](astral-sh/ruff-pre-commit@v0.0.292...v0.1.6)
- [github.com/streetsidesoftware/cspell-cli: v7.3.1 → v8.0.0](streetsidesoftware/cspell-cli@v7.3.1...v8.0.0)
- [github.com/pycqa/pylint.git: v3.0.0 → v3.0.1](https://github.com/pycqa/pylint.git/compare/v3.0.0...v3.0.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.5.1 → v1.7.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.1...v1.7.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 10, 2023
1 parent 6dbdcd1 commit db11b2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand All @@ -29,7 +29,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.3"
hooks:
- id: prettier
# Original hook implementation is flaky due to *several* bugs described
Expand All @@ -54,19 +54,19 @@ repos:
- prettier-plugin-toml

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.1
rev: v8.0.0
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.0.0
rev: v3.0.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.5.1
rev: v1.7.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit db11b2d

Please sign in to comment.