File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 autoupdate_commit_msg : " :arrow_up: auto update by pre-commit hooks"
88repos :
99 - repo : https://github.com/astral-sh/ruff-pre-commit
10- rev : v0.8.6
10+ rev : v0.9.4
1111 hooks :
1212 - id : ruff
1313 args : [--fix, --exit-non-zero-on-fix]
1616 stages : [pre-commit]
1717
1818 - repo : https://github.com/pycqa/isort
19- rev : 5.13.2
19+ rev : 6.0.0
2020 hooks :
2121 - id : isort
2222 stages : [pre-commit]
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ async def lifespan_ctx():
3434 await ctx .__aenter__ ()
3535 except Exception as e :
3636 logger .opt (colors = True , exception = e ).error (
37- "<r><bg #f8bbd0>Error occurred while running startup hook."
38- "</bg #f8bbd0></r>"
37+ "<r><bg #f8bbd0>Error occurred while running startup hook.</bg #f8bbd0></r>"
3938 )
4039 raise
4140
You can’t perform that action at this time.
0 commit comments