borg/.pre-commit-config.yaml
Thomas Waldmann a09085c4e2
upgrade --check-archives-tam: check archives tam status
This is a read-only variation of --archives-tam:
- it only checks / displays the current status
- it does not add / fix the archive TAMs
2024-03-24 14:53:28 +01:00

6 lines
137 B
YAML

repos:
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
files: '(src|scripts|conftest.py)'