Skip to content

Commit 415960f

Browse files
committed
lint
1 parent 200e85e commit 415960f

File tree

1 file changed

+1
-1
lines changed
  • src/actinia_cloudevent_plugin

1 file changed

+1
-1
lines changed

src/actinia_cloudevent_plugin/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
# call this for development only with:
5151
# `python3 -m actinia_cloudevent_plugin.main`
5252
log.debug("starting app in development mode...")
53-
# ruff: S201 :Use of `debug=True` in Flask app detected
53+
# ignore ruff: S201 :Use of `debug=True` in Flask app detected
5454
flask_app.run(debug=True, use_reloader=False) # noqa: S201
5555
# for production environent use application in wsgi.py

0 commit comments

Comments
 (0)