Skip to content

Commit

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

* github.com/psf/black: 21.12b0 -> 22.1.0
* github.com/asottile/reorder_python_imports: v2.6.0 -> v2.7.1

Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
  • Loading branch information
tykeal committed Feb 2, 2022
1 parent 2f537e1 commit cd0eac5
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 @@ -17,7 +17,7 @@ repos:
- --branch=main

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black

Expand All @@ -27,7 +27,7 @@ repos:
- id: flake8

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

Expand Down

0 comments on commit cd0eac5

Please sign in to comment.