mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +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:
@@ -1,4 +1,4 @@
|
||||
from __future__ import with_statement
|
||||
from __future__ import with_statement # noqa: I001
|
||||
|
||||
import logging
|
||||
from logging.config import fileConfig
|
||||
|
||||
Reference in New Issue
Block a user