mirror of
https://github.com/devgg/fonticon.git
synced 2026-08-24 10:13:28 -05:00
12 lines
260 B
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
|