Skip to content

Commit

Permalink
bump pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jul 7, 2024
1 parent bbebecc commit 900e4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.1
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
- svelte

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.5.0
rev: v9.6.0
hooks:
- id: eslint
types: [file]
Expand Down

0 comments on commit 900e4a8

Please sign in to comment.