From bd48dbc721ebf85ca3e3da070ad55abd3bf6033d Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:05:15 +0200 Subject: [PATCH] MNT: do not rerun `ruff check` after `ruff format` --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index b9bbdf00..0d016dd4 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,6 @@ skip_install = true commands = ruff check --fix ruff format - ruff check --select ISC001 [testenv:spellcheck] description = Check spelling