Skip to content

Commit 459d027

Browse files
committed
chore: fix lint errors
1 parent ac7ad13 commit 459d027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws_lambda_builders/workflows/python_pip/packager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ def __init__(self, runtime, python_exe, osutils=None, dependency_builder=None, a
103103
104104
:type runtime: str
105105
:param runtime: Python version to build dependencies for. This can
106-
either be python3.8, python3.9, python3.10, python3.11, python3.12, python3.13 or python3.14. These are currently the
107-
only supported values.
106+
either be python3.8, python3.9, python3.10, python3.11, python3.12, python3.13 or python3.14.
107+
These are currently the only supported values.
108108
109109
:type osutils: :class:`lambda_builders.utils.OSUtils`
110110
:param osutils: A class used for all interactions with the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ select = [
99
"PL", # pylint
1010
"I", # isort
1111
]
12-
ignore = ["PLR0913"]
12+
ignore = ["PLR0913", "PLC0415"]
1313

1414
[tool.ruff.lint.pylint]
1515
max-branches = 13

0 commit comments

Comments
 (0)