Skip to content

Commit 59296f0

Browse files
authored
Merge pull request #109 from tetov/pydocstyle_conf
Numpy convention set for pydocstyle
2 parents 6f87a5f + 5a60667 commit 59296f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ exclude =
1313
src/compas_fab/backends/vrep/remote_api/*,
1414
src/compas_fab/ghpython/path_planning.py
1515

16+
[pydocstyle]
17+
convention = numpy
18+
1619
[tool:pytest]
1720
testpaths = tests
1821
norecursedirs =

0 commit comments

Comments
 (0)