👷 Add pre-commit workflow (#1684)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Motov Yurii
2025-12-24 16:49:07 +01:00
committed by GitHub
parent 3b5b92ec2b
commit ef7265c7f3
4 changed files with 94 additions and 9 deletions

View File

@@ -81,9 +81,6 @@ jobs:
- name: Install Pydantic v2
if: matrix.pydantic-version == 'pydantic-v2'
run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
- name: Lint
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'
run: bash scripts/lint.sh
- run: mkdir coverage
- name: Test
run: bash scripts/test.sh