Skip to content

Apply linting, add missing type hints #153

Apply linting, add missing type hints

Apply linting, add missing type hints #153

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install tox
run: pip install tox
- name: Lint
run: tox -e lint