Skip to content

Update alembic requirement from ~=1.12.00 to ~=1.13.2 #468

Update alembic requirement from ~=1.12.00 to ~=1.13.2

Update alembic requirement from ~=1.12.00 to ~=1.13.2 #468

Workflow file for this run

name: Run linter
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ruff linter
run: |
pip install ruff
- name: Run the linter
run: |
ruff check