Skip to content

Commit

Permalink
Merge pull request #814 from gchq/chore/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
chore(deps): autoupdate pre-commit hooks
  • Loading branch information
rg936672 authored Oct 21, 2024
2 parents bc6584f + 72c68a8 commit ab32952
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 ab32952

Please sign in to comment.