Removed flake8, black and isort; moving towards ruff default settings instead.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
# Add support for auto-doc
|
||||
|
||||
|
||||
@@ -20,7 +19,6 @@ sys.path.insert(0, root_directory)
|
||||
|
||||
import sanic # noqa: E402
|
||||
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
||||
extensions = [
|
||||
|
||||
Reference in New Issue
Block a user