Skip to content

build(deps): Bump mypy from 1.8.0 to 1.10.0 #71

build(deps): Bump mypy from 1.8.0 to 1.10.0

build(deps): Bump mypy from 1.8.0 to 1.10.0 #71

Workflow file for this run

name: Linters
on:
pull_request:
jobs:
commitizen:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
with:
fetch-depth: 0
sparse-checkout: |
pyproject.toml
sparse-checkout-cone-mode: false
- name: Install commitizen
run: pipx install commitizen
- run: cz check --rev-range origin/main..HEAD
shell: bash
pre-commit:
uses: janw/workflows/.github/workflows/poetry-pre-commit.yaml@main