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.
1 parent ff7e347 commit acd177aCopy full SHA for acd177a
noxfile.py
@@ -66,7 +66,7 @@ def docstrings(session: nox.Session) -> None:
66
# Darglint checks that function argument and return values are documented.
67
# This is needed only for the `src` dir, so we exclude the other top level
68
# dirs that contain code.
69
- session.run("darglint", "src")
+ session.run("darglint", "-v2", "src")
70
71
72
@nox.session
0 commit comments