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.0.1](asottile/reorder-python-imports@v2.5.0...v3.0.1)
- [github.com/psf/black: 21.5b2 → 22.3.0](psf/black@21.5b2...22.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- [github.com/pre-commit/mirrors-prettier: v2.3.1 → v2.6.2](pre-commit/mirrors-prettier@v2.3.1...v2.6.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 11, 2022
1 parent 04c33e1 commit 5dc5e4a
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.0.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 22.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.2.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: "v2.6.2"
hooks:
- id: prettier
types: [file]
Expand Down

0 comments on commit 5dc5e4a

Please sign in to comment.