We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8877196 commit 83e4d58Copy full SHA for 83e4d58
.flake8
@@ -6,6 +6,7 @@ max-complexity = 15
6
per-file-ignores =
7
tests/e2e/utils/data_builder/__init__.py:F401
8
tests/e2e/utils/data_fetcher/__init__.py:F401
9
+ aws_lambda_powertools/utilities/data_classes/s3_event.py:A003 ; flake8-builtins isn't honouring inline ignore
10
11
[isort]
12
multi_line_output = 3
0 commit comments