Skip to content

Commit f23e398

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e989d18 commit f23e398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# See https://pre-commit.com/hooks.html for more hooks
1919
repos:
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.3.0
21+
rev: v4.4.0
2222
hooks:
2323
- id: trailing-whitespace
2424
args: [--markdown-linebreak-ext=md]
@@ -110,7 +110,7 @@ repos:
110110

111111
# Checks the manifest for missing files (native support)
112112
- repo: https://github.com/mgedmin/check-manifest
113-
rev: "0.48"
113+
rev: "0.49"
114114
hooks:
115115
- id: check-manifest
116116
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)