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 38290b8 commit 8b121d2Copy full SHA for 8b121d2
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
# Formatters: hooks that re-write Python and RST files
27
########################################################################################
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.14.7
+ rev: v0.14.8
30
hooks:
31
- id: ruff-check
32
args: [--fix, --exit-non-zero-on-fix]
33
- id: ruff-format
34
35
- repo: https://github.com/rbubley/mirrors-prettier
36
- rev: v3.7.3
+ rev: v3.7.4
37
38
- id: prettier
39
types_or: [yaml]
0 commit comments