diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f145f842225ad32bceac12b7419ad33d901ab44..4be26482ed6e70ff8c5cbe7e35152c3c7ae745fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,12 +88,12 @@ jobs: run: | flake8 . - # - name: Black - # shell: bash -l {0} - # if: matrix.os != 'windows-latest' && matrix.python-version != '2.7' - # run: | - # pip install black - # black --check . + - name: Black + shell: bash -l {0} + if: matrix.os != 'windows-latest' && matrix.python-version != '2.7' + run: | + pip install black + black --line-length 79 --check labelme - name: Test with pytest shell: bash -l {0}