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 17d97bf commit 7ce7e7fCopy full SHA for 7ce7e7f
.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: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
11
- id: check-json
12
- id: check-added-large-files
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.8.6
+ rev: v0.13.3
15
16
- id: ruff
17
args: [ --fix, --exit-non-zero-on-fix ]
0 commit comments