1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-31 20:26:40 +00:00

Changed black rev in pre-commit yaml. Fixes #7476

(cherry picked from commit 20a4c960ec)
This commit is contained in:
Michael Deyaso 2023-03-25 19:26:32 +03:00 committed by Sasha Boginsky
parent 9e7b20660b
commit 172b03ef4d

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8