Skip to content

Run local(and all) pre-commit hooks #1365

Run local(and all) pre-commit hooks

Run local(and all) pre-commit hooks #1365

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@pre-commit
with:
mypy: true
pre-commit: true