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.
2 parents 193caa6 + 4a19d87 commit 7c15436Copy full SHA for 7c15436
4 files changed
.flake8
@@ -3,3 +3,6 @@ ignore = W503,E402,E731
3
exclude =
4
.git, __pycache__, build, dist, .eggs, .github, .local,
5
Samples, azure/functions/_thirdparty, docs/, .venv*/, .env*/, .vscode/, venv*, pyvenv*
6
+max-line-length = 100
7
+extend-ignore = D401, D101, D105, D400, D205, D102, D100, D107, DAR401, DAR101, DAR201
8
+strictness = short
0 commit comments