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: hooks:
- 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.9.0
hooks: hooks:
- id: black - id: ruff
- repo: https://github.com/PyCQA/isort args: ["--fix"]
rev: 5.12.0 - id: ruff-format
hooks:
- id: isort