forked from orbit-oss/flask
move and update flake8 config
This commit is contained in:
parent
8bfc0581e7
commit
99b34f7148
6 changed files with 33 additions and 35 deletions
|
|
@ -2,8 +2,8 @@ from flask import Flask
|
|||
|
||||
app = Flask(__name__)
|
||||
app.config["DEBUG"] = True
|
||||
from blueprintapp.apps.admin import admin
|
||||
from blueprintapp.apps.frontend import frontend
|
||||
from blueprintapp.apps.admin import admin # noqa: E402
|
||||
from blueprintapp.apps.frontend import frontend # noqa: E402
|
||||
|
||||
app.register_blueprint(admin)
|
||||
app.register_blueprint(frontend)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue