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 162abd3 commit 5830008Copy full SHA for 5830008
.pre-commit-config.yaml
@@ -8,14 +8,14 @@ exclude: |
8
9
repos:
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
- id: end-of-file-fixer
15
- id: mixed-line-ending
16
args: ["-f=lf"]
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.11.6"
+ rev: "v0.12.12"
19
20
- id: ruff
21
args: ["--fix"]
0 commit comments