Lint first, format then

As recced by Astral
This commit is contained in:
Hynek Schlawack 2024-09-18 13:46:02 +02:00
parent ec5bc55caf
commit 0d7e434065
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6,9 +6,9 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
hooks:
- id: ruff-format
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/econchick/interrogate
rev: 1.7.0