Skip to content

Update pydantic requirement from ~=1.10 to >=1.10,<3.0 #607

Update pydantic requirement from ~=1.10 to >=1.10,<3.0

Update pydantic requirement from ~=1.10 to >=1.10,<3.0 #607

Workflow file for this run

name: Pre-commit Hooks
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
pre-commit:
name: Run Pre-commit Hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-python-env
- name: Run Pre-commit Hooks
run: hatch run dev-env:pre-commit run --show-diff-on-failure --color=always --all-files