chore: pre-commit hooks update

This commit is contained in:
2025-01-10 23:54:00 +08:00
parent 3f6c08b2ad
commit cfe8de043c

View File

@ -4,11 +4,9 @@ repos:
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- id: ruff
args: ["--fix"]
- id: ruff-format