Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/reorder_python_imports: v2.5.0 → v3.9.0](asottile/reorder-python-imports@v2.5.0...v3.9.0)
- [github.com/psf/black: 21.5b2 → 23.3.0](psf/black@21.5b2...23.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/pre-commit/mirrors-prettier: v2.3.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.3.1...v3.0.0-alpha.9-for-vscode)
  • Loading branch information
pre-commit-ci[bot] authored Apr 25, 2023
1 parent 04c33e1 commit 45aafee
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
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0
rev: v3.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 23.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.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.0-alpha.9-for-vscode"
hooks:
- id: prettier
types: [file]
Expand Down

0 comments on commit 45aafee

Please sign in to comment.