Skip to content

Commit

Permalink
Upgrade "pre-commit" dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jan 28, 2025
1 parent 5f0065f commit 4a07c9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ repos:
- --msg-filename
stages: [ commit-msg ]
- repo: https://github.com/crate-ci/typos
rev: v1.27.3
rev: v1.29.4
hooks:
- id: typos
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
rev: v19.1.7
hooks:
- id: clang-format
args:
- --style=Google
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.3
rev: v0.9.3
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 4a07c9f

Please sign in to comment.