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 f78b731 commit 107d1d4Copy full SHA for 107d1d4
.flake8
@@ -1,5 +1,5 @@
1
[flake8]
2
-exclude = docs, .eggs, setup.py, example, .aws-sam, .git, dist, *.md, *.yaml, example/samconfig.toml, *.txt, *.ini, tests/THIRD-PARTY-LICENSES
+exclude = docs, .eggs, setup.py, example, .aws-sam, .git, dist, *.md, *.yaml, example/samconfig.toml, *.txt, *.ini
3
ignore = E203, E266, W503, BLK100, W291, I004
4
max-line-length = 120
5
max-complexity = 15
0 commit comments