Skip to content

fix: align interpreter resolution with hatch 1.17 #34

fix: align interpreter resolution with hatch 1.17

fix: align interpreter resolution with hatch 1.17 #34

Workflow file for this run

name: Lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pypa/hatch@install
- name: Run ruff linter and formatter
run: hatch fmt --check