Skip to content

Commit

Permalink
Pre commit rst check (#458)
Browse files Browse the repository at this point in the history
* add rstcheck to pre-commit-config

* rm rst separate workflow

* testing some bad rst in CI. bypassed local hooks with `git commit --no-verify`

* revert bad rst
  • Loading branch information
r-downing committed Feb 1, 2024
1 parent 58fb4fb commit 64fcdfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/rst_check.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ repos:
- id: flake8
additional_dependencies: [flake8-bugbear]
exclude: ^tests/b.*

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

0 comments on commit 64fcdfd

Please sign in to comment.