Skip to content

Install black on python 3.12 and up #312

Install black on python 3.12 and up

Install black on python 3.12 and up #312

Workflow file for this run

name: Run linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
mypy: true
ruff: true
black: true