Skip to content

Fix all remaining lint: line length, too-many-arguments, too-few-publ… #438

Fix all remaining lint: line length, too-many-arguments, too-few-publ…

Fix all remaining lint: line length, too-many-arguments, too-few-publ… #438

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: v1/${{ runner.os }}/pip/${{ hashFiles('{requirements,development}.txt') }}
restore-keys: v1/${{ runner.os }}/pip/
- run: make lint