E265
This commit is contained in:
parent
42b7cd3046
commit
b465ecf22a
2
.flake8
2
.flake8
|
@ -18,8 +18,6 @@ ignore =
|
|||
W503,
|
||||
# F821: undefined name - should be addressed in future PR
|
||||
F821,
|
||||
# E265 block comment should start with '# ' - should be addressed in future PR
|
||||
E265,
|
||||
# E722 do not use bare 'except' - should be addressed in future PR
|
||||
E722,
|
||||
# flake8-requirements import checks
|
||||
|
|
|
@ -704,7 +704,7 @@ async def api_auditor():
|
|||
}
|
||||
|
||||
|
||||
##################UNIVERSAL WEBSOCKET MANAGER########################
|
||||
# UNIVERSAL WEBSOCKET MANAGER
|
||||
|
||||
|
||||
@core_app.websocket("/api/v1/ws/{item_id}")
|
||||
|
@ -843,7 +843,7 @@ async def get_extension_releases(ext_id: str):
|
|||
)
|
||||
|
||||
|
||||
############################TINYURL##################################
|
||||
# TINYURL
|
||||
|
||||
|
||||
@core_app.post("/api/v1/tinyurl")
|
||||
|
|
Loading…
Reference in New Issue
Block a user