Skip to content

Commit 6984762

Browse files
committed
tweak docstring flake8
Signed-off-by: Chris Snow <[email protected]>
1 parent ee6da03 commit 6984762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
description-file = README.md
33

44
[flake8]
5-
per-file-ignores = hpecp/__init__.py:F401,
5+
per-file-ignores = hpecp/__init__.py:F401
6+
# Temporarily disable docstring violations
67
hpecp/client.py:D101,D102,D100,D107,D105,D209,D400,D202,D205,D401,D200,D412
78
hpecp/catalog.py:D101,D102,D100,D107,D105,D209,D400,D202,D205,D401,D200,D412
89
hpecp/config.py:D101,D102,D100,D107,D105,D209,D400,D202,D205,D401,D200,D412

0 commit comments

Comments
 (0)