Skip to content

Commit

Permalink
Merge pull request #76 from tykeal/update_pre-commit
Browse files Browse the repository at this point in the history
Chore: Upgrade pre-commit hooks
  • Loading branch information
tykeal authored Feb 2, 2022
2 parents 2f537e1 + cd0eac5 commit 82d2947
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 82d2947

Please sign in to comment.