PaiGram/.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
rev: 24.8.0
2022-11-23 00:47:03 +00:00
hooks:
- id: black
args:
- --diff
- --check