Skip to content

Pylinter on CI

Pylinter on CI #23

Workflow file for this run

name: Type checks
on:
- push
- pull_request
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Mypy install
run: pip install --user mypy pydantic
- name: Type checks
run: mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined ols/