From 01f191a488814eccfd6aee02890687a418549c72 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 9 Mar 2024 18:42:31 +0100 Subject: [PATCH] Make ruff-format check error if not formatted correctly --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8fbb9c96..ea15a001 100644 --- a/tox.ini +++ b/tox.ini @@ -16,4 +16,4 @@ commands = python -m ruff check . [testenv:ruff-format] deps = .[lint] -commands = python -m ruff format . +commands = python -m ruff format --check .