Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#49)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.7 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.7...v4.0.0-alpha.8)
- [github.com/psf/black-pre-commit-mirror: 23.12.0 → 23.12.1](psf/black-pre-commit-mirror@23.12.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...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/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)

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 27, 2023
1 parent 2834753 commit 3ceb9d6
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 @@ -25,7 +25,7 @@ repos:

- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v4.0.0-alpha.7
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.12.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.8"
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 @@ -84,7 +84,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 3ceb9d6

Please sign in to comment.