Skip to content

Bump pycodestyle from 2.10.0 to 2.11.0 #347

Bump pycodestyle from 2.10.0 to 2.11.0

Bump pycodestyle from 2.10.0 to 2.11.0 #347

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
basic_linters:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
pipenv-install-options: "--skip-lock"
mypy: true
black: true
pydocstyle: true
pycodestyle: true