Updates Python deps all at once

This commit is contained in:
Trenton Holmes
2022-09-25 17:29:38 -07:00
committed by Trenton H
parent d003d26a67
commit 05a00b3057
2 changed files with 166 additions and 143 deletions

View File

@@ -37,7 +37,7 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.2
rev: v3.8.3
hooks:
- id: reorder-python-imports
exclude: "(migrations)"
@@ -59,11 +59,11 @@ repos:
args:
- "--config=./src/setup.cfg"
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.1
hooks:
- id: pyupgrade
exclude: "(migrations)"