Skip to content

Commit 0d70c53

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.18.0](asottile/pyupgrade@v3.16.0...v3.18.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18)
1 parent 9462d9e commit 0d70c53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
args: [-c=.yamllint.yml]
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.16.0
16+
rev: v3.18.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py3-plus]
@@ -41,7 +41,7 @@ repos:
4141
args: [--config, pyproject.toml]
4242

4343
- repo: https://github.com/executablebooks/mdformat
44-
rev: 0.7.17
44+
rev: 0.7.18
4545
hooks:
4646
- id: mdformat
4747
name: Format markdown

0 commit comments

Comments
 (0)