Skip to content

Commit 6c287e3

Browse files
authored
Update .pre-commit-config.yaml
1 parent 8b7d30c commit 6c287e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
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: 6.0.1
@@ -102,4 +103,4 @@ repos:
102103
rev: v0.44.0
103104
hooks:
104105
- id: markdownlint
105-
args: ["--disable", "MD013", "MD033"] # Disable long lines & inline HTML rules
106+
args: ["--disable", "MD013", "MD033"] # Disable long lines & inline HTML rules

0 commit comments

Comments
 (0)