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
|
2023-03-20 01:32:08 -05:00
|
|
|
- id: ruff
|
2024-01-29 16:51:32 -06:00
|
|
|
args: [ --fix ]
|
2024-02-10 14:36:03 -06:00
|
|
|
- repo: https://github.com/kamadorueda/alejandra
|
|
|
|
rev: 3.0.0
|
|
|
|
hooks:
|
|
|
|
# Requires Alejandra to be previously installed in the system
|
|
|
|
- id: alejandra-system
|