Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: ahcorde <[email protected]>
  • Loading branch information
github-actions[bot] and ahcorde authored Oct 1, 2024
1 parent 4febdcf commit e19b0ef
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 e19b0ef

Please sign in to comment.