Skip to content

Bump version in pyproject.toml to 0.1.3 #28

Bump version in pyproject.toml to 0.1.3

Bump version in pyproject.toml to 0.1.3 #28

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- 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