Loading .github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ jobs: run: pip install -r requirements.txt - name: isort check run: isort src tests --check run: isort src tests --check --profile black --filter-files - name: black check run: black src tests --check Loading Loading
.github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ jobs: run: pip install -r requirements.txt - name: isort check run: isort src tests --check run: isort src tests --check --profile black --filter-files - name: black check run: black src tests --check Loading