Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/prettier/pre-commithttps://github.com/pre-commit/mirrors-prettier
- [github.com/pre-commit/mirrors-prettier: v2.2.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.0...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/psf/black-pre-commit-mirror: 23.12.0 → 23.12.1](psf/black-pre-commit-mirror@23.12.0...23.12.1)
- [github.com/PyCQA/isort: 5.11.5 → 5.13.2](PyCQA/isort@5.11.5...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent abe5e4c commit 19eb1e1
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 @@ -58,8 +58,8 @@ repos:
- id: trailing-whitespace

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/prettier/pre-commit
rev: v2.2.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args:
Expand All @@ -79,12 +79,12 @@ repos:
# args: ['--py37-plus']

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

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

Expand Down Expand Up @@ -118,7 +118,7 @@ repos:
# ]

- repo: https://github.com/PyCQA/isort
rev: 5.11.5
rev: 5.13.2
hooks:
- id: isort

Expand Down Expand Up @@ -154,7 +154,7 @@ repos:
# - id: codespell

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

0 comments on commit 19eb1e1

Please sign in to comment.