diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3046090..3570be2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: pip install pre-commit - name: Run lint + continue-on-error: true run: | pre-commit run --all-files