Skip to content

Commit

Permalink
Chore: Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
Updates:

* github.com/asottile/reorder_python_imports: v2.7.1 -> v3.0.1
* github.com/pre-commit/mirrors-prettier: v2.5.1 -> v2.6.0

Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
  • Loading branch information
tykeal committed Mar 18, 2022
1 parent 0b2c5ab commit 931d1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ repos:
- id: flake8

- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.1
rev: v3.0.1
hooks:
- id: reorder-python-imports

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.0
hooks:
- id: prettier
stages: [commit]
Expand Down

0 comments on commit 931d1d6

Please sign in to comment.