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.
pre-commit autoupdate
1 parent ccf70ce commit 2eb5295Copy full SHA for 2eb5295
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
- id: pretty-format-json
14
args: ["--autofix", "--no-sort-keys"]
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.4.8
+ rev: v0.6.9
17
18
- id: ruff
19
args: [--fix]
0 commit comments