Skip to content

Commit

Permalink
Disable annoying linter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 10, 2024
1 parent 2dc10e9 commit 3cd63ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Test with pytest
run: |
pytest --run-slow -vvvrP --log-level=DEBUG --capture=tee-sys
- name: Lint with pre-commit hooks
run: |
pre-commit run --all-files
# - name: Lint with pre-commit hooks
# run: |
# pre-commit run --all-files

network:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3cd63ad

Please sign in to comment.