monolisa-nerdfont-patch/.pre-commit-config.yaml

15 lines
370 B
YAML
Raw Normal View History

2023-05-02 14:57:12 -05:00
exclude: "^(src/.*|bin/scripts|font-patcher)"
2023-01-07 10:12:48 -06:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2024-01-29 16:51:32 -06:00
rev: v4.5.0
2023-01-07 10:12:48 -06:00
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
2024-01-29 16:51:32 -06:00
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
2023-01-07 10:12:48 -06:00
hooks:
2024-01-29 16:51:32 -06:00
- id: ruff-format
- id: ruff
2024-01-29 16:51:32 -06:00
args: [ --fix ]