Skip to content

Commit 75bc6c7

Browse files
committed
fix pydocs
1 parent 03dc59a commit 75bc6c7

File tree

5 files changed

+580
-574
lines changed

5 files changed

+580
-574
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ ignore = W503,E402,E731
33
exclude =
44
.git, __pycache__, build, dist, .eggs, .github, .local,
55
Samples, azure/functions/_thirdparty, docs/, .venv*/, .env*/, .vscode/, venv*, pyvenv*
6+
max-line-length = 100

.pydocstyle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pydocstyle]
2+
add-ignore = D401,D101,D105,D400,D205,D102,D100,D107
3+
match = .*\.py

0 commit comments

Comments
 (0)