Files
fonticon/.pre-commit-config.yaml

12 lines
260 B
YAML

repos:
- repo: https://github.com/prettier/prettier
rev: '1.16.4'
hooks:
- id: prettier
args: [config ./.prettierrc]
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3