Skip to content

Bump pydantic from 2.1.1 to 2.4.0 #72

Bump pydantic from 2.1.1 to 2.4.0

Bump pydantic from 2.1.1 to 2.4.0 #72

Workflow file for this run

name: typecheck
on: [ pull_request ]
jobs:
run-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: "3.11"
- name: run mypy
run: |
mypy confz