Explorar el Código

init: Apply Black to the init script (#1359)

An already long file made even longer, but hopefully this will facilitate refactoring.
Adds init directory to the check workflow.
Vaclav Petras hace 4 años
padre
commit
57cb2d4bbe
Se han modificado 2 ficheros con 704 adiciones y 494 borrados
  1. 1 0
      .github/workflows/black.yml
  2. 703 494
      lib/init/grass.py

+ 1 - 0
.github/workflows/black.yml

@@ -12,6 +12,7 @@ jobs:
     strategy:
       matrix:
         directory:
+        - lib/init
         - scripts
       fail-fast: false
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 703 - 494
lib/init/grass.py