소스 검색

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 4 년 전
부모
커밋
57cb2d4bbe
2개의 변경된 파일704개의 추가작업 그리고 494개의 파일을 삭제
  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
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 703 - 494
lib/init/grass.py