Skip to content

Commit b911dbd

Browse files
Updates setup.cfg
1 parent 41bc5eb commit b911dbd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.cfg

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ doctests = False
1717
enable-extensions = G
1818
statistics = False
1919

20+
# darglint configuration:
21+
# https://github.com/terrencepreilly/darglint
22+
strictness = long
23+
docstring-style = numpy
24+
2025
# Plugins:
2126
accept-encodings = utf-8
2227
max-complexity = 6
@@ -91,12 +96,6 @@ multi_line_output = 3
9196
line_length = 80
9297

9398

94-
[darglint]
95-
# darglint configuration:
96-
# https://github.com/terrencepreilly/darglint
97-
strictness = long
98-
99-
10099
[mypy]
101100
# mypy configurations: http://bit.ly/2zEl9WI
102101

0 commit comments

Comments
 (0)