Explorar el Código

Combine invocations of ruff for src and tests

nosoop hace 10 meses
padre
commit
40065e5da7
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      .justfile

+ 2 - 4
.justfile

@@ -9,7 +9,5 @@ test-extended:
   pytest tests -m extended
 
 format:
-  ruff check src --select I001 --fix
-  ruff format src/smgdc
-  ruff check tests --select I001 --fix
-  ruff format tests
+  ruff check src tests --select I001 --fix
+  ruff format src tests