diff options
| author | Bobby <[email protected]> | 2022-11-06 02:17:26 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-06 02:17:26 -0500 |
| commit | ec7fa5bb811ecab8c10fe5f18467801b65eaff1a (patch) | |
| tree | 5599457f749777aa106037dbc00815c49b1099e8 | |
| parent | a2f95936f453e9c6a5bc5b8c553e5f26277f91df (diff) | |
| download | texty-ec7fa5bb811ecab8c10fe5f18467801b65eaff1a.tar.xz texty-ec7fa5bb811ecab8c10fe5f18467801b65eaff1a.zip | |
refactor: use black from setup
| -rw-r--r-- | .github/workflows/texty.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/texty.yaml b/.github/workflows/texty.yaml index 9e1da42..e439340 100644 --- a/.github/workflows/texty.yaml +++ b/.github/workflows/texty.yaml @@ -19,7 +19,7 @@ jobs: - name: Run Lint Check run: | python setup.py install - black --check . + python3 -m black --check . - name: Run Build run: | python setup.py build |
