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.
setup.cfg
1 parent 9defcd9 commit 1f882f2Copy full SHA for 1f882f2
setup.cfg
@@ -17,6 +17,11 @@ doctests = False
17
enable-extensions = G
18
statistics = False
19
20
+# darglint configuration:
21
+# https://github.com/terrencepreilly/darglint
22
+strictness = long
23
+docstring-style = numpy
24
+
25
# Plugins:
26
accept-encodings = utf-8
27
max-complexity = 6
@@ -58,13 +63,6 @@ line_length = 80
58
63
use_parentheses = True
59
64
60
65
61
-
62
-[darglint]
-# darglint configuration:
-# https://github.com/terrencepreilly/darglint
-strictness = long
66
67
68
[tool:pytest]
69
# py.test options:
70
norecursedirs = temp *.egg .eggs dist build docs .tox .git __pycache__
0 commit comments