Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.14.0
hooks:
- id: ruff
args:
Expand Down
3 changes: 2 additions & 1 deletion alembic/versions/9513acd42747_initial_migration.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
"""Initial migration

Revision ID: 9513acd42747
Revises:
Revises:
Create Date: 2025-02-09 02:54:48.803960

"""

from typing import Sequence, Union

from alembic import op
Expand Down