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 c93ead6 commit 1a3c4d6Copy full SHA for 1a3c4d6
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
# vim: set nospell:
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
- id: trailing-whitespace
9
args: [--markdown-linebreak-ext=md]
@@ -13,7 +13,7 @@ repos:
13
- id: check-added-large-files
14
- id: debug-statements
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.6.2
+ rev: v0.6.7
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
0 commit comments