From 47271cf1efa848ec8374a0d83b5646d06fffa6e7 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jan 2024 20:28:22 +0100 Subject: [PATCH] reorder order of operations --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 466e53c58c..b521143068 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: