Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#197)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](pre-commit/mirrors-mypy@v1.5.1...v1.7.1)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.4)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.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 17, 2023
1 parent 5130c84 commit 6d4cf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
language_version: python3.8

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.0"
hooks:
- id: isort
files: \.py$
Expand All @@ -20,7 +20,7 @@ repos:
exclude: docs/.*|tests/.*|noxfile.py

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.4"
hooks:
- id: prettier
args: [--prose-wrap, always]
Expand Down

0 comments on commit 6d4cf83

Please sign in to comment.