Skip to content

Commit

Permalink
Enable pygrep-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 8, 2024
1 parent 1b54045 commit 883ea41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ repos:
- id: blacken-docs
additional_dependencies: [black==23.*]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: "v1.10.0"
hooks:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: local # self-test for `validate-pyproject` hook
hooks:
- id: validate-pyproject
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ module = ["fastjsonschema"]
ignore_missing_imports = true

[tool.repo-review]
ignore = ["PP302", "PP304", "PP305", "PP306", "PP308", "PP309", "PC140", "PC170", "PC180", "PC901"]
ignore = ["PP302", "PP304", "PP305", "PP306", "PP308", "PP309", "PC140", "PC180", "PC901"]

0 comments on commit 883ea41

Please # to comment.