Skip to content

Update pydantic requirement from ^2.9.1 to ^2.9.2 #21

Update pydantic requirement from ^2.9.1 to ^2.9.2

Update pydantic requirement from ^2.9.1 to ^2.9.2 #21

Workflow file for this run

name: Python lint
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Ruff
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: |
ruff check .