From ffc3e6889caba45dcef4db634150cc9959b56446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isak=20Ohlsson=20=C3=85ngnell?= <40887124+islean@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:47:39 +0100 Subject: [PATCH] Revert pre commit to master (#4128) (patch) ### Fixed - The pre commit matches master --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03a647950d..89e88dc915 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,6 @@ repos: hooks: - id: isort name: isort - args: [--profile=black, --line-width=100] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.7.4 hooks: