Skip to content

Update tests for Pydantic 2.10 #955

Update tests for Pydantic 2.10

Update tests for Pydantic 2.10 #955

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linters:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
mypy: true
black: true
ruff: true