PamGram/.pre-commit-config.yaml

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

9 lines
140 B
YAML
Raw Normal View History

2022-11-23 00:47:03 +00:00
repos:
- repo: https://github.com/psf/black
2024-03-16 10:43:20 +00:00
rev: 24.2.0
2022-11-23 00:47:03 +00:00
hooks:
- id: black
args:
- --diff
2024-03-16 10:43:20 +00:00
- --check