diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d4ccd7243..5e194bd6b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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