1 2 3 4 5 6
steps: - name: lint image: python:bookworm commands: - pip install tox - tox -e pylint,pylint-tests,flake,black,isort