Skip to content

Commit acd177a

Browse files
committed
nox: Make output more verbose for darglint
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ff7e347 commit acd177a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def docstrings(session: nox.Session) -> None:
6666
# Darglint checks that function argument and return values are documented.
6767
# This is needed only for the `src` dir, so we exclude the other top level
6868
# dirs that contain code.
69-
session.run("darglint", "src")
69+
session.run("darglint", "-v2", "src")
7070

7171

7272
@nox.session

0 commit comments

Comments
 (0)