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 7677183 commit fefec8eCopy full SHA for fefec8e
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: rst-backticks
25
- id: rst-directive-colons
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: v3.0.0
+ rev: v3.0.1
28
hooks:
29
- id: prettier
30
types_or: [javascript, css]
@@ -39,7 +39,7 @@ repos:
39
args:
40
- --fix
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: 'v0.0.281'
+ rev: 'v0.0.282'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
0 commit comments