reorder order of operations

This commit is contained in:
Matthias Mair 2024-01-07 20:28:22 +01:00
parent e1bf178b40
commit 47271cf1ef
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -15,17 +15,17 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
- id: ruff
args: [--fix, --preview]
- id: ruff-format
args: [--preview]
- repo: https://github.com/pycqa/isort
rev: '5.12.0'
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
- id: ruff-format
args: [--preview]
- id: ruff
args: [--fix, --preview]
- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
hooks: