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 f0a0426 commit d6b8e22Copy full SHA for d6b8e22
.pre-commit-config.yaml
@@ -24,14 +24,14 @@ repos:
24
- id: rst-backticks
25
- id: rst-directive-colons
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: v3.1.0
+ rev: v4.0.0-alpha.3
28
hooks:
29
- id: prettier
30
types_or: [javascript, css]
31
args:
32
- --trailing-comma=es5
33
- repo: https://github.com/pre-commit/mirrors-eslint
34
- rev: v8.54.0
+ rev: v8.55.0
35
36
- id: eslint
37
files: \.js?$
@@ -45,7 +45,7 @@ repos:
45
args: [--fix, --exit-non-zero-on-fix]
46
- id: ruff-format
47
- repo: https://github.com/tox-dev/pyproject-fmt
48
- rev: 1.5.1
+ rev: 1.5.3
49
50
- id: pyproject-fmt
51
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments