Skip to content

Commit 2746af6

Browse files
committed
check_kernel_commits.py: Ruff formatting
This was done automatically by ruff format. Default configuration is used. Variable l was replaced by index due to #E741. It is not recommened to use variables named 'I', 'O' or 'l' because they are hard to read. Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent 77d0b5b commit 2746af6

File tree

2 files changed

+108
-75
lines changed

2 files changed

+108
-75
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repos:
1212
exclude: |
1313
(?x)^(
1414
ciq-cherry-pick.py |
15-
check_kernel_commits.py |
1615
ciq_helpers.py |
1716
jira_pr_check.py |
1817
release_config.py |

0 commit comments

Comments
 (0)