Update black/isort

This commit is contained in:
OMEGARAZER
2023-01-01 08:59:34 -05:00
parent 9a6e42fb9c
commit 3fdaf35306
2 changed files with 4 additions and 4 deletions

View File

@@ -3,12 +3,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)