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 9462d9e commit 0d70c53Copy full SHA for 0d70c53
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
args: [-c=.yamllint.yml]
14
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v3.16.0
+ rev: v3.18.0
17
18
- id: pyupgrade
19
args: [--py3-plus]
@@ -41,7 +41,7 @@ repos:
41
args: [--config, pyproject.toml]
42
43
- repo: https://github.com/executablebooks/mdformat
44
- rev: 0.7.17
+ rev: 0.7.18
45
46
- id: mdformat
47
name: Format markdown
0 commit comments