Skip to content

Commit 1f882f2

Browse files
Updates setup.cfg
1 parent 9defcd9 commit 1f882f2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

setup.cfg

Lines changed: 5 additions & 7 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
@@ -58,13 +63,6 @@ line_length = 80
5863
use_parentheses = True
5964

6065

61-
62-
[darglint]
63-
# darglint configuration:
64-
# https://github.com/terrencepreilly/darglint
65-
strictness = long
66-
67-
6866
[tool:pytest]
6967
# py.test options:
7068
norecursedirs = temp *.egg .eggs dist build docs .tox .git __pycache__

0 commit comments

Comments
 (0)