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 5307eec commit b7fa2aeCopy full SHA for b7fa2ae
1 file changed
.pre-commit-config.yaml
@@ -39,6 +39,14 @@ repos:
39
pass_filenames: false
40
always_run: true
41
42
+ # Checking for common mistakes
43
+ - repo: https://github.com/pre-commit/pygrep-hooks
44
+ rev: "v1.10.0"
45
+ hooks:
46
+ - id: rst-backticks
47
+ - id: rst-directive-colons
48
+ - id: rst-inline-touching-normal
49
+
50
- repo: https://github.com/PyCQA/bandit
51
rev: 2d0b675b04c80ae42277e10500db06a0a37bae17 # frozen: 1.8.6
52
hooks:
0 commit comments