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/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9)
- [github.com/streetsidesoftware/cspell-cli: v8.1.1 → v8.2.0](streetsidesoftware/cspell-cli@v8.1.1...v8.2.0)
- [github.com/pycqa/pylint.git: v3.0.1 → v3.0.3](https://github.com/pycqa/pylint.git/compare/v3.0.1...v3.0.3)
- [github.com/pre-commit/mirrors-mypy.git: v1.7.1 → v1.8.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.7.1...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 82c4abd commit 8ce4fdb
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 @@ -25,7 +25,7 @@ repos:

- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v4.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
always_run: true
Expand All @@ -35,7 +35,7 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

Expand All @@ -50,14 +50,14 @@ repos:
- id: tox-ini-fmt

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.1.1
rev: v8.2.0
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -70,7 +70,7 @@ repos:
- "--config=pyproject.toml"

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.1
rev: v3.0.3
hooks:
- id: pylint
args:
Expand All @@ -83,7 +83,7 @@ repos:
- tox

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

0 comments on commit 8ce4fdb

Please sign in to comment.