move and update flake8 config

This commit is contained in:
David Lord 2023-01-18 10:31:08 -08:00
parent 8bfc0581e7
commit 99b34f7148
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 33 additions and 35 deletions

View file

@ -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