Skip to content

Commit

Permalink
Comment out linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Sep 23, 2024
1 parent 6efde90 commit ea924ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev

- name: Lint
run:
uv tool run ruff check --output-format=github src
# - name: Lint
# run:
# uv tool run ruff check --output-format=github src

- name: Run tests
run: uv run pytest tests

0 comments on commit ea924ac

Please sign in to comment.