Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent a9ef2b2 commit c832f44
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 @@ -24,7 +24,7 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.24.1
rev: v1.24.6
hooks:
- id: typos

Expand All @@ -45,14 +45,14 @@ repos:
- id: checkmake

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.6
hooks:
- id: ruff-format
- id: ruff
args: [--fix]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy

Expand Down

0 comments on commit c832f44

Please sign in to comment.