Skip to content

Commit

Permalink
Add rstcheck pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Apr 18, 2023
1 parent 44a9f56 commit b4ceda0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ exclude: tests/etc/user-*

repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.10
Expand Down Expand Up @@ -41,8 +41,13 @@ repos:
- id: debug-statements
- id: detect-private-key

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
hooks:
- id: rstcheck

- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
rev: v1.30.0
hooks:
- id: yamllint
args:
Expand Down

0 comments on commit b4ceda0

Please sign in to comment.