Skip to content

Commit 696642b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.14.11](astral-sh/ruff-pre-commit@v0.12.5...v0.14.11) - [github.com/pre-commit/mirrors-eslint: v9.22.0 → v10.0.0-rc.0](pre-commit/mirrors-eslint@v9.22.0...v10.0.0-rc.0)
1 parent 02f518e commit 696642b

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
@@ -2,15 +2,15 @@ ci:
22
skip: [eslint, pyright-backend]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: requirements-txt-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: v0.12.5
13+
rev: v0.14.11
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
@@ -29,7 +29,7 @@ repos:
2929
language: system
3030
files: ^backend/.*\.py$
3131
- repo: https://github.com/pre-commit/mirrors-eslint
32-
rev: v9.22.0
32+
rev: v10.0.0-rc.0
3333
hooks:
3434
- id: eslint
3535
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)