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 d04772b commit bc550fbCopy full SHA for bc550fb
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
+ rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
13
hooks:
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -30,7 +30,7 @@ repos:
30
args: [--prose-wrap=preserve]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
+ rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
34
35
- id: ruff
36
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments