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 41bc5eb commit b911dbdCopy full SHA for b911dbd
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
@@ -91,12 +96,6 @@ multi_line_output = 3
91
96
line_length = 80
92
97
93
98
94
-[darglint]
95
-# darglint configuration:
-# https://github.com/terrencepreilly/darglint
-strictness = long
-
99
100
[mypy]
101
# mypy configurations: http://bit.ly/2zEl9WI
102
0 commit comments