From d2a18530574bca25b6bcf9dd8e423ba2da1876d5 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 9 Mar 2024 18:42:05 +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 eaa8633..a9bd6f1 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ commands = python -m ruff check . [testenv:ruff-format] deps = .[lint] -commands = python -m ruff format . +commands = python -m ruff format --check .