Skip to content

Commit 839bc08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.4...v0.11.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.24.0](pre-commit/mirrors-eslint@v8.1.0...v9.24.0)
1 parent ed51742 commit 839bc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ repos:
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# keep in sync with .github/workflows/ruff.yml
21-
rev: 'v0.8.4'
21+
rev: 'v0.11.4'
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
2525
- id: ruff-format
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: 'v2.7.1'
27+
rev: 'v4.0.0-alpha.8'
2828
hooks:
2929
- id: prettier
3030
types_or: [markdown, css, scss, javascript, json, yaml, ts, tsx]
3131
- repo: https://github.com/pre-commit/mirrors-eslint
32-
rev: 'v8.1.0'
32+
rev: 'v9.24.0'
3333
hooks:
3434
- id: eslint
3535
additional_dependencies:

0 commit comments

Comments
 (0)