1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00
borg/.pre-commit-config.yaml

10 lines
184 B
YAML
Raw Normal View History

repos:
- repo: https://github.com/psf/black
2024-08-27 00:49:22 +00:00
rev: 24.8.0
hooks:
- id: black
2023-09-04 20:15:42 +00:00
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
hooks:
- id: ruff