borg/.pre-commit-config.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
184 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/psf/black
rev: 23.1.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