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 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0)
- [github.com/psf/black: 21.5b2 → 21.9b0](psf/black@21.5b2...21.9b0)
- [github.com/pre-commit/mirrors-prettier: v2.3.1 → v2.4.1](pre-commit/mirrors-prettier@v2.3.1...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 20, 2021
1 parent 04c33e1 commit fb9c44d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0
rev: v2.6.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 21.9b0
hooks:
- id: black
language_version: python3
Expand All @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.3.1"
rev: "v2.4.1"
hooks:
- id: prettier
types: [file]
Expand Down

0 comments on commit fb9c44d

Please sign in to comment.