chore: switch to ruff (#339)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-01-07 09:37:35 -10:00
committed by GitHub
parent 42a786b23f
commit eda37061c4
31 changed files with 63 additions and 48 deletions

View File

@@ -37,14 +37,12 @@ repos:
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
# - repo: https://github.com/codespell-project/codespell
# rev: v2.2.1
# hooks: