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 1ad42f3 commit 02da65bCopy full SHA for 02da65b
.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: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
args: [--markdown-linebreak-ext=md]
@@ -14,7 +14,7 @@ repos:
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: v0.3.2
+ rev: v0.12.3
18
19
- id: ruff
20
args: [--fix, --exit-non-zero-on-fix]
0 commit comments