Skip to content

Commit

Permalink
Merge pull request #990 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 Mar 3, 2025
2 parents 18e7c10 + ba8a763 commit e8d122c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- --ignore-case
- --unique
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.2
rev: 0.6.3
hooks:
# Keep lock file up to date
- id: uv-lock
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:
- id: forbid-tabs
exclude: documentation/make.bat|documentation/Makefile
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.2
rev: v8.17.3
hooks:
# Run a spellcheck (words pulled from cspell.config.yaml)
- id: cspell
Expand Down Expand Up @@ -105,7 +105,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.9.7
rev: v0.9.9
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit e8d122c

Please sign in to comment.