PaiGram/.pre-commit-config.yaml

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

8 lines
140 B
YAML
Raw Normal View History

2022-11-23 00:47:03 +00:00
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
args:
- --diff
- --check