Skip to content

Commit ba8f637

Browse files
committed
Update ruff
1 parent 5b660fa commit ba8f637

4 files changed

+2
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: check-merge-conflict
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.1.13
30+
rev: v0.11.0
3131
hooks:
3232
- id: ruff
3333
args: [--fix]

src/action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_args():
4848
parser.add_argument(
4949
"config_file_path",
5050
type=str,
51-
help="Path to the license check configuration." "(Relative to repository root)",
51+
help="Path to the license check configuration (relative to repository root)",
5252
)
5353
parser.add_argument(
5454
"--github-token",

test/test_checklicenses.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""Unit tests for checklicenses."""
1616

17-
1817
from licensevalidator.checklicenses import check_licenses
1918
from licensevalidator.lib.dependency import DependencyInfo
2019

test/test_licensevalidator.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""Integration tests for license validator."""
1616

17-
1817
from licensevalidator.licensevalidator import validate_used_licenses
1918

2019

0 commit comments

Comments
 (0)