mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-10 00:43:15 -06:00
25 lines
580 B
YAML
25 lines
580 B
YAML
|
exclude: "^(src/.*|bin/font-patcher)"
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v3.2.0
|
||
|
hooks:
|
||
|
- id: check-yaml
|
||
|
- id: end-of-file-fixer
|
||
|
- id: trailing-whitespace
|
||
|
- repo: https://github.com/pycqa/isort
|
||
|
rev: 5.9.3
|
||
|
hooks:
|
||
|
- id: isort
|
||
|
- repo: https://github.com/psf/black
|
||
|
rev: 22.12.0
|
||
|
hooks:
|
||
|
- id: black
|
||
|
- repo: https://github.com/pycqa/flake8
|
||
|
rev: 4.0.1
|
||
|
hooks:
|
||
|
- id: flake8
|
||
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||
|
rev: v0.9.0.2
|
||
|
hooks:
|
||
|
- id: shellcheck
|