diff --git a/.github/workflows/black-format.yml b/.github/workflows/black-format.yml index c8cf20421..f32acce35 100644 --- a/.github/workflows/black-format.yml +++ b/.github/workflows/black-format.yml @@ -36,6 +36,7 @@ jobs: pip install -e .[dev,scripts] - name: Run isort + continue-on-error: true run: pre-commit run isort --all-files - name: Run black/continue