Skip to content

Update actions and tested python versions #306

Update actions and tested python versions

Update actions and tested python versions #306

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: 3.11
- uses: TrueBrain/actions-flake8@v2
with:
flake8_version: 6.0.0
max_line_length: 120
plugins: flake8-isort==6.0.0 flake8-quotes==3.3.2
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/ruff-action@v4
with:
version: "~=0.13.3"
args: format --check --diff --output-format=github