Skip to content

Commit

Permalink
Merge pull request #81 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 Mar 18, 2022
2 parents 0b2c5ab + 931d1d6 commit bef0fea
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 bef0fea

Please sign in to comment.