chore: use only ruff

This commit is contained in:
Daylin Morgan 2024-01-29 16:51:32 -06:00
parent 4a52ad225b
commit 569b5a3569
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 6 additions and 12 deletions

View File

@ -1,20 +1,14 @@
exclude: "^(src/.*|bin/scripts|font-patcher)"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.257'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
hooks:
- id: shellcheck
args: [ --fix ]