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