PaiGram/.pre-commit-config.yaml
kotoriのねこ 8c8fa8ea99
💄 Format with black 24.x.x
* 💄 Format with black 24.x.x

* 💄 Update black version to 24.x.x in pre-commit check
2024-03-16 09:44:15 +08:00

9 lines
140 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
args:
- --diff
- --check