Skip to content

Commit 29fc1b1

Browse files
authored
ci: add comment for interrogate (#4542)
I have more than once wanted to cut/paste the interrogate config flags into the command line while making docstring-related issues, so I went ahead and put it as a comment for next time. Signed-off-by: Terri Oda <[email protected]>
1 parent ca9f067 commit 29fc1b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
verbose: True
77
exclude: ^(locales|presentation|fuzz/generated|test|cve_bin_tool/checkers|build)
88
args: ["-vv", "-i", "-I", "-M", "-C", "-n", "-p", "-f", "60.0"]
9+
# args for cut and paste: interrogate -vv -i -I -M -C -n -p -f 60.0
910

1011
- repo: https://github.com/pycqa/isort
1112
rev: 5.13.2

0 commit comments

Comments
 (0)