Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: ahcorde <[email protected]>
(cherry picked from commit 667ecb3)
  • Loading branch information
github-actions[bot] authored and mergify[bot] committed Oct 1, 2024
1 parent 0e05fce commit 89e881e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ repos:

# Docs - RestructuredText hooks
- repo: https://github.com/PyCQA/doc8
rev: v1.1.1
rev: v1.1.2
hooks:
- id: doc8
args: ['--max-line-length=100', '--ignore=D001']
Expand All @@ -136,7 +136,7 @@ repos:
exclude: CHANGELOG\.rst|\.(svg|pyc)$

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 89e881e

Please sign in to comment.