mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-18 21:39:24 +00:00
9e7b20660b
(cherry picked from commit 98d1c65b40
)
10 lines
222 B
YAML
10 lines
222 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.10.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|
|
files: '(src|scripts|conftest.py)'
|