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 f2d5474 + a3b7d4a commit d0ca000Copy full SHA for d0ca000
.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.11.4
+ rev: v0.12.11
7
hooks:
8
- id: ruff
9
args:
@@ -37,14 +37,14 @@ repos:
37
38
- id: prettier
39
- repo: https://github.com/pre-commit/pre-commit-hooks
40
- rev: v5.0.0
+ rev: v6.0.0
41
42
- id: end-of-file-fixer
43
- id: check-case-conflict
44
- id: check-executables-have-shebangs
45
- id: requirements-txt-fixer
46
- repo: https://github.com/pre-commit/mirrors-eslint
47
- rev: v9.24.0
+ rev: v9.34.0
48
49
- id: eslint
50
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments