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,4 +2,4 @@ from flask import Flask
|
|||
|
||||
app = Flask(__name__)
|
||||
|
||||
from js_example import views # noqa: F401
|
||||
from js_example import views # noqa: E402, F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue