Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Mar 3, 2024
1 parent 6474f61 commit 0fec955
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 22 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pste/db/migrations/versions/2a006fa06649_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2019-07-26 21:16:57.148299
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions pste/db/migrations/versions/4eaa692b46c2_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2019-07-26 21:02:25.964669
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions pste/db/migrations/versions/7039aecf71a9_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2020-12-02 19:08:15.585230
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions pste/db/migrations/versions/8693eef67ac6_update_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-02-24 12:15:32.976440
"""

import sqlalchemy as sa
from alembic import op

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ flask-db = "^0.4.1"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
Flask-DebugToolbar = "^0.14.0"
ruff = "^0.2.1"
ruff = "^0.3.0"
pre-commit-hooks = "^4.5.0"
shellcheck-py = "^0.9.0.6"

Expand Down Expand Up @@ -77,8 +77,7 @@ select = [

# ruff format compatibility
ignore = [
"E501",
"W191",
"E501"
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down

0 comments on commit 0fec955

Please sign in to comment.