Skip to content

Commit 5903516

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.3...v0.14.10) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4) - [github.com/pre-commit/mirrors-eslint: v9.39.0 → v10.0.0-beta.0](pre-commit/mirrors-eslint@v9.39.0...v10.0.0-beta.0)
1 parent 3917b67 commit 5903516

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.14.3
6+
rev: v0.14.10
77
hooks:
88
- id: ruff
99
args:
@@ -33,7 +33,7 @@ repos:
3333
# isort rules get confused in the temporary files
3434
- --ignore=I
3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: v3.6.2
36+
rev: v3.7.4
3737
hooks:
3838
- id: prettier
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545
- id: requirements-txt-fixer
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.39.0
47+
rev: v10.0.0-beta.0
4848
hooks:
4949
- id: eslint
5050
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)