File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def main():
140
140
# NOTE: this is design to fail locally with `KeyError`
141
141
git_config = {"name" : environ ["GITHUB_ACTOR" ]}
142
142
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"
144
144
)
145
145
for key , value in git_config .items ():
146
146
subprocess .run (
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
exclude : cpp-linter/tests/.*\.(?:patch|diff)
16
16
- id : mixed-line-ending
17
17
args : ["--fix=lf"]
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.5.2
19
+ rev : v0.11.10
20
20
hooks :
21
21
# Run the python linter.
22
22
- id : ruff
You can’t perform that action at this time.
0 commit comments