From 44038c8ed6aa42329f9db99f7e8e7b7940a233ba Mon Sep 17 00:00:00 2001 From: edtechre Date: Tue, 2 Apr 2024 20:04:12 -0700 Subject: [PATCH] Change Tox format to use ruff format command. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1ce1969..c5ba457 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ skip_install = True deps = ruff commands = - ruff check {posargs:--fix --diff src tests} + ruff format {posargs:--diff src tests} [testenv:lint] skip_install = True