File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232
3333# Upgrade old Python syntax
3434- repo : https://github.com/asottile/pyupgrade
35- rev : " v2.31.0 "
35+ rev : " v2.31.1 "
3636 hooks :
3737 - id : pyupgrade
3838 args : [--py36-plus]
@@ -64,14 +64,14 @@ repos:
6464 - id : remove-tabs
6565
6666- repo : https://github.com/sirosen/texthooks
67- rev : " 0.2.2 "
67+ rev : " 0.3.1 "
6868 hooks :
6969 - id : fix-ligatures
7070 - id : fix-smartquotes
7171
7272# Autoremoves unused imports
7373- repo : https://github.com/hadialqattan/pycln
74- rev : " v1.2.4 "
74+ rev : " v1.2.5 "
7575 hooks :
7676 - id : pycln
7777
@@ -122,7 +122,7 @@ repos:
122122
123123# Check static types with mypy
124124- repo : https://github.com/pre-commit/mirrors-mypy
125- rev : " v0.931 "
125+ rev : " v0.940 "
126126 hooks :
127127 - id : mypy
128128 args : [--show-error-codes]
@@ -131,7 +131,7 @@ repos:
131131
132132# Checks the manifest for missing files (native support)
133133- repo : https://github.com/mgedmin/check-manifest
134- rev : " 0.47 "
134+ rev : " 0.48 "
135135 hooks :
136136 - id : check-manifest
137137 # 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