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.
1 parent e5378e0 commit 8cb9638Copy full SHA for 8cb9638
.pre-commit-config.yaml
@@ -32,19 +32,19 @@ repos:
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v9.20.0
+ rev: v9.21.0
36
hooks:
37
- id: eslint
38
additional_dependencies:
39
- - "eslint@v9.20.0"
40
- - "@eslint/js@v9.20.0"
+ - "eslint@v9.21.0"
+ - "@eslint/js@v9.21.0"
41
- "globals"
42
files: \.js?$
43
types: [file]
44
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.9.6'
+ rev: 'v0.9.7'
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
0 commit comments