Skip to content

Bump pytest from 7.3.2 to 7.4.0 #340

Bump pytest from 7.3.2 to 7.4.0

Bump pytest from 7.3.2 to 7.4.0 #340

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/linters-python.yml@v2.1.2
with:
mypy: true
black: true
pycodestyle: true
pydocstyle: true