Skip to content

Commit 1d74154

Browse files
committed
lint: Add some sanity-check grepping hooks
1 parent 397d4eb commit 1d74154

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ repos:
1111
- id: forbid-new-submodules
1212
- id: trailing-whitespace
1313

14+
- repo: https://github.com/pre-commit/pygrep-hooks
15+
rev: v1.4.1
16+
hooks:
17+
- id: python-no-log-warn
18+
- id: python-no-eval
19+
- id: rst-backticks
20+
1421
- repo: https://gitlab.com/pycqa/flake8
1522
rev: 3.7.9
1623
hooks:

0 commit comments

Comments
 (0)