mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
10 lines
221 B
YAML
10 lines
221 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.1.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|
|
files: '(src|scripts|conftest.py)'
|