Skip to content

Bump pydantic from 2.6.1 to 2.6.2 #672

Bump pydantic from 2.6.1 to 2.6.2

Bump pydantic from 2.6.1 to 2.6.2 #672

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:
pipenv-install-options: "--skip-lock"
mypy: true
black: true
ruff: true