Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4107)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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: 23.12.0 →
23.12.1](psf/black@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/pre-commit/mirrors-mypy: v1.7.1 →
v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 9, 2024
1 parent 37be9bd commit eb010f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:
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
# Temporary excludes so we can gradually normalize the formatting
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
language_version: python3
Expand All @@ -47,12 +47,12 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.8"
rev: "v0.1.9"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand Down

0 comments on commit eb010f4

Please sign in to comment.