Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3284)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/crate-ci/typos: typos-dict-v0.11.37 →
v1.28.4](crate-ci/typos@typos-dict-v0.11.37...v1.28.4)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 →
v0.8.4](astral-sh/ruff-pre-commit@v0.8.1...v0.8.4)
- [github.com/biomejs/pre-commit: v0.5.0 →
v0.6.1](biomejs/pre-commit@v0.5.0...v0.6.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 24, 2024
1 parent 95578ea commit d1a5394
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 @@ -25,12 +25,12 @@ repos:
exclude: ^marimo/_tutorials/.*\.md

- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: v1.28.4
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.4
hooks:
# Run the linter
- id: ruff
Expand All @@ -39,7 +39,7 @@ repos:
- id: ruff-format

- repo: https://github.com/biomejs/pre-commit
rev: v0.5.0
rev: v0.6.1
hooks:
- id: biome-check
args: [--config-path, biome.json, --diagnostic-level, warn]
Expand Down

0 comments on commit d1a5394

Please sign in to comment.