chore: Remove Black and Ruff pre-commit hooks from configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user