Skip to content

Commit

Permalink
chore: Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Feb 28, 2025
1 parent bd300ce commit 95d3af8
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 @@ -17,7 +17,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.9
hooks:
- id: ruff
exclude: \.ipynb$
Expand All @@ -27,7 +27,7 @@ repos:
- id: clean-notebook
args: [--strip-trailing-newlines]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/hoxbro/prettier-pre-commit
rev: v3.4.2
rev: v3.5.2
hooks:
- id: prettier
exclude: conda.recipe/meta.yaml
Expand Down

0 comments on commit 95d3af8

Please sign in to comment.