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 a8fd83d commit 6b3ff1aCopy full SHA for 6b3ff1a
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v9.8.0
+ rev: v9.9.0
36
hooks:
37
- id: eslint
38
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
44
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.5.6'
+ rev: 'v0.5.7'
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
0 commit comments