1
0
Fork 0
pgcli/.pre-commit-config.yaml

8 lines
124 B
YAML

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