Updates the pre-commit hook versions

This commit is contained in:
Trenton H 2022-12-06 08:25:40 -08:00
parent 700d58058c
commit cea6720c1a

View File

@ -5,7 +5,7 @@
repos:
# General hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-docstring-first
- id: check-json
@ -53,7 +53,7 @@ repos:
- id: add-trailing-comma
exclude: "(migrations)"
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
files: ^src/
@ -64,7 +64,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.0
hooks:
- id: pyupgrade
exclude: "(migrations)"