Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.4...v0.4.8)
- [github.com/pre-commit/mirrors-eslint: v9.3.0 → v9.4.0](pre-commit/mirrors-eslint@v9.3.0...v9.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent a6b2436 commit bead420
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 @@ -10,15 +10,15 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.4
rev: v0.4.8
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.3.0
rev: v9.4.0
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit bead420

Please sign in to comment.