Skip to content

Drop support for python 3.7 #344

Drop support for python 3.7

Drop support for python 3.7 #344

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