Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#420) (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: ahcorde <[email protected]>
(cherry picked from commit e19b0ef)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and github-actions[bot] authored Oct 1, 2024
1 parent 31b88c9 commit 0289be6
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 0289be6

Please sign in to comment.