File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# Upgrade old Python syntax
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : " v2.31.0 "
35
+ rev : " v2.31.1 "
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
@@ -64,14 +64,14 @@ repos:
64
64
- id : remove-tabs
65
65
66
66
- repo : https://github.com/sirosen/texthooks
67
- rev : " 0.2.2 "
67
+ rev : " 0.3.1 "
68
68
hooks :
69
69
- id : fix-ligatures
70
70
- id : fix-smartquotes
71
71
72
72
# Autoremoves unused imports
73
73
- repo : https://github.com/hadialqattan/pycln
74
- rev : " v1.2.4 "
74
+ rev : " v1.2.5 "
75
75
hooks :
76
76
- id : pycln
77
77
@@ -122,7 +122,7 @@ repos:
122
122
123
123
# Check static types with mypy
124
124
- repo : https://github.com/pre-commit/mirrors-mypy
125
- rev : " v0.931 "
125
+ rev : " v0.940 "
126
126
hooks :
127
127
- id : mypy
128
128
args : [--show-error-codes]
@@ -131,7 +131,7 @@ repos:
131
131
132
132
# Checks the manifest for missing files (native support)
133
133
- repo : https://github.com/mgedmin/check-manifest
134
- rev : " 0.47 "
134
+ rev : " 0.48 "
135
135
hooks :
136
136
- id : check-manifest
137
137
# 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