Skip to content

Commit

Permalink
chore(deps): autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gchq-write-contents-and-pr[bot] authored Oct 20, 2024
1 parent 75a8b41 commit 72c68a8
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 @@ -76,7 +76,7 @@ repos:
- id: forbid-tabs
exclude: documentation/make.bat|documentation/Makefile
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.1
rev: v8.15.2
hooks:
# Run a spellcheck (words pulled from cspell.config.yaml)
- id: cspell
Expand Down Expand Up @@ -104,7 +104,7 @@ repos:
# Enforce that type annotations are used instead of type comments
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 72c68a8

Please sign in to comment.