File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ select = [
1414 # pytest style
1515 " PT" ,
1616 # eradicate commented code
17- # "ERA",
17+ " ERA" ,
1818 # ruff lint
1919 # "RUF",
2020]
Original file line number Diff line number Diff line change 2424
2525# other values from the config, defined by the needs of env.py,
2626# can be acquired:
27- # my_important_option = config.get_main_option("my_important_option")
27+ # my_important_option = config.get_main_option("my_important_option") # noqa
2828# ... etc.
2929
3030
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ def version_callback(path):
122122
123123
124124def test_heartbeat (app , dockerflow ):
125- # app.debug = True
126125 response = app .test_client ().get ("/__heartbeat__" )
127126 assert response .status_code == 200
128127
You can’t perform that action at this time.
0 commit comments