Skip to content

Commit 541e33f

Browse files
authored
Merge pull request #207 from rragundez/main
Update pre-commit hooks version to solve InvalidManifestError
2 parents e618f21 + 2ba16df commit 541e33f

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.1.0
6+
rev: v6.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -25,7 +25,7 @@ repos:
2525
name: Upgrade code to Python 3.10+
2626

2727
- repo: https://github.com/myint/docformatter
28-
rev: v1.7.5
28+
rev: v1.7.7
2929
hooks:
3030
- id: docformatter
3131
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

0 commit comments

Comments
 (0)