Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ jobs:
- name: Type checking and Formatting
run: hatch fmt --check

- name: Prepare lint
shell: bash
run: echo PYTHON_TARGET="py${{ matrix.python-version }}" | sed -r "s/\.//" >> $GITHUB_ENV

- name: Lint
uses: chartboost/ruff-action@1ec810db51b3ebdd902c812e962d2f7aafe85fcf
with:
args: check --target-version ${{ env.PYTHON_TARGET }}

- name: Tests and coverage
shell: bash
run: hatch test --python ${{ matrix.python-version }} -p -c
Expand Down
Loading