File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def main():
140140 # NOTE: this is design to fail locally with `KeyError`
141141 git_config = {"name" : environ ["GITHUB_ACTOR" ]}
142142 git_config ["email" ] = (
143- f' { environ [" GITHUB_ACTOR_ID" ]} +{ git_config [" name" ]} @users.noreply.github.com'
143+ f" { environ [' GITHUB_ACTOR_ID' ]} +{ git_config [' name' ]} @users.noreply.github.com"
144144 )
145145 for key , value in git_config .items ():
146146 subprocess .run (
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.6 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : trailing-whitespace
66 exclude : cpp-linter/tests/.*\.(?:patch|diff)
1616 - id : mixed-line-ending
1717 args : ["--fix=lf"]
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.5.2
19+ rev : v0.11.10
2020 hooks :
2121 # Run the python linter.
2222 - id : ruff
You can’t perform that action at this time.
0 commit comments