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.
2 parents 60a3739 + 7a35eda commit d49d4c5Copy full SHA for d49d4c5
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ exclude: |
8
)$
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: trailing-whitespace # Trims trailing whitespace.
14
args: [--markdown-linebreak-ext=md]
@@ -43,7 +43,7 @@ repos:
43
types_or: [yaml, markdown]
44
45
- repo: https://github.com/asottile/pyupgrade
46
- rev: v3.20.0
+ rev: v3.21.0
47
48
- id: pyupgrade
49
name: pyupgrade
0 commit comments