We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 025da2c + 5903516 commit db4ce9fCopy full SHA for db4ce9f
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.14.3
+ rev: v0.14.10
7
hooks:
8
- id: ruff
9
args:
@@ -33,7 +33,7 @@ repos:
33
# isort rules get confused in the temporary files
34
- --ignore=I
35
- repo: https://github.com/rbubley/mirrors-prettier
36
- rev: v3.6.2
+ rev: v3.7.4
37
38
- id: prettier
39
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -44,7 +44,7 @@ repos:
44
- id: check-executables-have-shebangs
45
- id: requirements-txt-fixer
46
- repo: https://github.com/pre-commit/mirrors-eslint
47
- rev: v9.39.0
+ rev: v10.0.0-beta.0
48
49
- id: eslint
50
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments