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/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.5.0 → v3.12.0](asottile/reorder-python-imports@v2.5.0...v3.12.0)
- [github.com/psf/black: 21.5b2 → 23.9.1](psf/black@21.5b2...23.9.1)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v2.3.1 → v3.0.3](pre-commit/mirrors-prettier@v2.3.1...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 04c33e1 commit 53aafe7
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,21 +1,21 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 23.9.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.3.1"
rev: "v3.0.3"
hooks:
- id: prettier
types: [file]
Expand Down

0 comments on commit 53aafe7

Please sign in to comment.