mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
use ruff instead of flake8 (#2278)
* add: use ruff instead of flake8 * Update ruff switches and remove flake8 plugins * fix: ignore linting rules * fix: ignore I001 * fix: spaces before noqa --------- Co-authored-by: Kevin Chung <kchung@ctfd.io>
This commit is contained in:
@@ -5,7 +5,7 @@ Revises: 4d3c1b59d011
|
||||
Create Date: 2022-11-01 23:27:44.620893
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
from alembic import op # noqa: I001
|
||||
from sqlalchemy.dialects import mysql
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user