Delete .github/workflows/.pre-commit-config.yaml

This commit is contained in:
Don 2025-11-26 15:39:54 -06:00 committed by GitHub
parent c008090d83
commit f9f54115e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +0,0 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
args: [--quiet]