We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200e85e commit 415960fCopy full SHA for 415960f
src/actinia_cloudevent_plugin/main.py
@@ -50,6 +50,6 @@
50
# call this for development only with:
51
# `python3 -m actinia_cloudevent_plugin.main`
52
log.debug("starting app in development mode...")
53
- # ruff: S201 :Use of `debug=True` in Flask app detected
+ # ignore ruff: S201 :Use of `debug=True` in Flask app detected
54
flask_app.run(debug=True, use_reloader=False) # noqa: S201
55
# for production environent use application in wsgi.py
0 commit comments