Skip to content

Commit cc71d42

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.9.7](astral-sh/ruff-pre-commit@v0.6.7...v0.9.7) - [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.21.0](pre-commit/mirrors-eslint@v9.11.0...v9.21.0)
1 parent a336ba0 commit cc71d42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.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.6.7
13+
rev: v0.9.7
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
@@ -25,7 +25,7 @@ repos:
2525
entry: ./bin/run-pyright.sh
2626
language: script
2727
- repo: https://github.com/pre-commit/mirrors-eslint
28-
rev: v9.11.0
28+
rev: v9.21.0
2929
hooks:
3030
- id: eslint
3131
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)