Skip to content

Improve code formatting and linting #191

Improve code formatting and linting

Improve code formatting and linting #191

Workflow file for this run

name: Lint
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: pip install tox==4.23.2
- name: Check that code is formatted and linted with ruff
run: tox -e ruff