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.3.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.2...v0.3.4)
- [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.0.0-rc.0](pre-commit/mirrors-eslint@v8.1.0...v9.0.0-rc.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent f005601 commit 17a654c
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 @@ -13,18 +13,18 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.2'
rev: 'v0.3.4'
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.0.0-rc.0'
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit 17a654c

Please sign in to comment.