mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:00:01 +00:00
set noqa to ignore a single error
This commit is contained in:
parent
95a6c6c799
commit
16e72a2a9c
|
@ -70,4 +70,4 @@ assets = Environment(app)
|
|||
# output='style.css', depends='**/*.scss')
|
||||
# assets.register('style_all', css)
|
||||
|
||||
from nyaa import routes # noqa
|
||||
from nyaa import routes # noqa E402
|
||||
|
|
Loading…
Reference in a new issue