Skip to content

Commit

Permalink
Remove continue-on-error from lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Sep 26, 2024
1 parent e1dda1b commit 1f71682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
python3 -m ensurepip --upgrade
pip install --no-cache-dir -r requirements.txt -r requirements-dev.txt
- name: Lint with pre-commit hook
continue-on-error: true # XXX temporary, until all code linted
run: |
pre-commit run --all-files
- name: Test with pytest
Expand Down

0 comments on commit 1f71682

Please sign in to comment.