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 e511dd8 commit ada427eCopy full SHA for ada427e
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
9
# Run fast code improvement/checks before running PR specific helpers.
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: trailing-whitespace
14
args: [--markdown-linebreak-ext=md]
@@ -18,7 +18,7 @@ repos:
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
# Ruff version.
21
- rev: v0.12.7
+ rev: v0.12.8
22
23
# Run the linter.
24
- id: ruff
0 commit comments