Updates to the latest pre-commit hook versions

This commit is contained in:
Trenton Holmes 2022-10-26 14:21:51 -07:00 committed by Trenton H
parent aa5aff246b
commit 9b82ab95fb

View File

@ -37,7 +37,7 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3
rev: v3.9.0
hooks:
- id: reorder-python-imports
exclude: "(migrations)"
@ -63,7 +63,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.1.0
hooks:
- id: pyupgrade
exclude: "(migrations)"