Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: typos-dict-v0.11.37 → dictgen-v0.3.1](crate-ci/typos@typos-dict-v0.11.37...dictgen-v0.3.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
- [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.0.0](compilerla/conventional-pre-commit@v3.6.0...v4.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 647188f commit b41b904
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 @@ -9,12 +9,12 @@ default_install_hook_types:

repos:
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: dictgen-v0.3.1
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -24,7 +24,7 @@ repos:
args: [--config=pyproject.toml]

- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.6.0
rev: v4.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit b41b904

Please sign in to comment.