Skip to content

Commit

Permalink
ci: add comment for interrogate
Browse files Browse the repository at this point in the history
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 <terri.oda@intel.com>
  • Loading branch information
terriko committed Oct 30, 2024
1 parent 110eaec commit 3a05b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repos:
verbose: True
exclude: ^(locales|presentation|fuzz/generated|test|cve_bin_tool/checkers|build)
args: ["-vv", "-i", "-I", "-M", "-C", "-n", "-p", "-f", "60.0"]
# args for cut and paste: interrogate -vv -i -I -M -C -n -p -f 60.0

- repo: https://github.com/pycqa/isort
rev: 5.13.2
Expand Down

0 comments on commit 3a05b47

Please sign in to comment.