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 be989d2 commit d28ac45Copy full SHA for d28ac45
.pre-commit-config.yaml
@@ -24,23 +24,23 @@ repos:
24
- id: rst-backticks
25
- id: rst-directive-colons
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: v4.0.0-alpha.3
+ rev: v4.0.0-alpha.7
28
hooks:
29
- id: prettier
30
entry: env PRETTIER_LEGACY_CLI=1 prettier
31
types_or: [javascript, css]
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v8.55.0
+ rev: v8.56.0
36
37
- id: eslint
38
files: \.js?$
39
types: [file]
40
41
- --fix
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: 'v0.1.6'
+ rev: 'v0.1.8'
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
0 commit comments