Skip to content

dependency(deps): bump pydantic-core from 2.23.3 to 2.24.0 #63

dependency(deps): bump pydantic-core from 2.23.3 to 2.24.0

dependency(deps): bump pydantic-core from 2.23.3 to 2.24.0 #63

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/