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.8 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.8...v0.5.2)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-eslint: v8.1.0 → v9.7.0](pre-commit/mirrors-eslint@v8.1.0...v9.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 15, 2024
1 parent f5690d0 commit 36488bb
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 @@ -14,18 +14,18 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# keep in sync with .github/workflows/ruff.yml
rev: 'v0.4.8'
rev: 'v0.5.2'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.7.1'
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
types_or: [markdown, css, scss, javascript, json, yaml, ts, tsx]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.1.0'
rev: 'v9.7.0'
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit 36488bb

Please sign in to comment.