File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
# See https://pre-commit.com/hooks.html for more hooks
19
19
repos :
20
20
- repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : v4.6 .0
21
+ rev : v5.0 .0
22
22
hooks :
23
23
- id : trailing-whitespace
24
24
args : [--markdown-linebreak-ext=md]
@@ -104,11 +104,11 @@ repos:
104
104
105
105
# Python Formatting
106
106
- repo : https://github.com/psf/black
107
- rev : 24.8 .0 # Keep in sync with blacken-docs
107
+ rev : 24.10 .0 # Keep in sync with blacken-docs
108
108
hooks :
109
109
- id : black
110
110
- repo : https://github.com/asottile/blacken-docs
111
- rev : 1.18 .0
111
+ rev : 1.19 .0
112
112
hooks :
113
113
- id : blacken-docs
114
114
args : [--line-length=80]
@@ -128,7 +128,7 @@ repos:
128
128
129
129
# Checks the manifest for missing files (native support)
130
130
- repo : https://github.com/mgedmin/check-manifest
131
- rev : " 0.49 "
131
+ rev : " 0.50 "
132
132
hooks :
133
133
- id : check-manifest
134
134
# This is a slow hook, so only run this if --hook-stage manual is passed
You can’t perform that action at this time.
0 commit comments