1
0
Fork 0
cli-helpers/.pre-commit-config.yaml

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

7 lines
123 B
YAML
Raw Permalink Normal View History

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