diff --git a/pyproject.toml b/pyproject.toml index 7ebfc86f1..84605b183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ select = [ ] ignore = ["PLR0913"] +[tool.ruff.pylint] +max-branches = 13 + [tool.ruff.per-file-ignores] "__init__.py" = ["F401", "E501"] "aws_lambda_builders/workflow.py" = ["E501"] diff --git a/requirements/dev.txt b/requirements/dev.txt index ef130748d..b25e0b794 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,4 +12,4 @@ pyelftools~=0.29 # Used to verify the generated Go binary architecture in integr # formatter black==23.1.0 -ruff==0.0.238 \ No newline at end of file +ruff==0.0.246 \ No newline at end of file