Skip to content

Update sqlalchemy[asyncio] requirement from ~=2.0.20 to ~=2.0.36 #602

Update sqlalchemy[asyncio] requirement from ~=2.0.20 to ~=2.0.36

Update sqlalchemy[asyncio] requirement from ~=2.0.20 to ~=2.0.36 #602

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