Skip to content

Bump black from 23.3.0 to 23.7.0 #362

Bump black from 23.3.0 to 23.7.0

Bump black from 23.3.0 to 23.7.0 #362

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.1.2
with:
pipenv-install-options: "--skip-lock"
mypy: true
black: true
pydocstyle: true
pycodestyle: true