scripts/.pre-commit-config.yaml

7 lines
125 B
YAML

repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3