chore: Remove Black and Ruff pre-commit hooks from configuration

This commit is contained in:
Wikid82
2025-11-19 21:31:41 -05:00
parent 4a63eaaec8
commit 240e883578

View File

@@ -1,14 +1,4 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.14.5
hooks:
- id: ruff
args: ["--fix"]
- repo: local
hooks:
- id: python-compile