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 9601081 commit fa4afbeCopy full SHA for fa4afbe
1 file changed
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ repos:
11
exclude: "locales"
12
- id: trailing-whitespace
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.15.14
+ rev: v0.15.15
15
hooks:
16
- id: ruff-check
17
args: [ --fix ]
18
- id: ruff-format
19
- repo: https://github.com/rvben/rumdl-pre-commit
20
- rev: v0.2.0
+ rev: v0.2.4
21
22
- id: rumdl
23
- id: rumdl-fmt
0 commit comments