Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (backport #5469) (#5475)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate (#5469)

updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.8.0](pre-commit/mirrors-mypy@v1.7.0...v1.8.0)
- [github.com/hakancelikdev/unimport: 1.1.0 → 1.2.1](hakancelikdev/unimport@1.1.0...1.2.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit bf04c7c)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and pre-commit-ci[bot] authored Jan 18, 2024
1 parent a82fe4e commit b8f82f3
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: "23.11.0"
rev: "23.12.1"
hooks:
- id: black

Expand All @@ -21,7 +21,7 @@ repos:
- --style=file:.clang-format

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier

Expand All @@ -32,19 +32,19 @@ repos:
additional_dependencies: ["pangu"]

- repo: https://github.com/pycqa/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.0"
rev: "v1.8.0"
hooks:
- id: mypy
files: ^src/

- repo: https://github.com/hakancelikdev/unimport
rev: "1.1.0"
rev: "1.2.1"
hooks:
- id: unimport
args:
Expand Down

0 comments on commit b8f82f3

Please sign in to comment.