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 b8596de commit 1dbcb4bCopy full SHA for 1dbcb4b
.pre-commit-config.yaml
@@ -16,6 +16,19 @@ repos:
16
- id: requirements-txt-fixer
17
exclude: ^requirements-dev\.txt$
18
- id: trailing-whitespace
19
+- repo: https://github.com/pre-commit/pygrep-hooks
20
+ rev: v1.10.0
21
+ hooks:
22
+ - id: python-check-blanket-noqa
23
+ - id: python-check-blanket-type-ignore
24
+ - id: python-check-mock-methods
25
+ # - id: python-no-eval # gets confused with all the `.eval()`
26
+ - id: python-no-log-warn
27
+ - id: python-use-type-annotations
28
+ - id: rst-backticks
29
+ - id: rst-directive-colons
30
+ - id: rst-inline-touching-normal
31
+ - id: text-unicode-replacement-char
32
- repo: https://github.com/citation-file-format/cffconvert
33
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
34
hooks:
0 commit comments