centralize ruff config

This commit is contained in:
Nick Sweeting
2025-03-28 18:08:29 -07:00
parent 3995f757c9
commit 74e53fb318
2 changed files with 6 additions and 7 deletions

View File

@@ -1,13 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.11.2
hooks:
- id: ruff
args: [
--line-length=130,
--select=E,F,I,
--fix,
]
- id: ruff-format
# see pyproject.toml for more details on ruff config
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0