Skip to content

Commit b0f8918

Browse files
authored
docs: fix pydocs (#290)
* fix pydocs * flake8-docstrings + failing test * last fixes * lint
1 parent 03dc59a commit b0f8918

File tree

4 files changed

+1343
-1343
lines changed

4 files changed

+1343
-1343
lines changed

.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ 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
7+
extend-ignore = D401, D101, D105, D400, D205, D102, D100, D107, DAR401, DAR101, DAR201
8+
strictness = short

0 commit comments

Comments
 (0)