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 32
32
33
33
# Upgrade old Python syntax
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : " v2.32.1 "
35
+ rev : " v2.33.0 "
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
59
59
60
60
# Changes tabs to spaces
61
61
- repo : https://github.com/Lucas-C/pre-commit-hooks
62
- rev : " v1.1.13 "
62
+ rev : " v1.2.0 "
63
63
hooks :
64
64
- id : remove-tabs
65
65
71
71
72
72
# Autoremoves unused imports
73
73
- repo : https://github.com/hadialqattan/pycln
74
- rev : " v1.3.2 "
74
+ rev : " v1.3.3 "
75
75
hooks :
76
76
- id : pycln
77
77
stages : [manual]
@@ -107,7 +107,7 @@ repos:
107
107
108
108
# PyLint has native support - not always usable, but works for us
109
109
- repo : https://github.com/PyCQA/pylint
110
- rev : " v2.13.8 "
110
+ rev : " v2.14.1 "
111
111
hooks :
112
112
- id : pylint
113
113
files : ^pybind11
@@ -123,7 +123,7 @@ repos:
123
123
124
124
# Check static types with mypy
125
125
- repo : https://github.com/pre-commit/mirrors-mypy
126
- rev : " v0.950 "
126
+ rev : " v0.960 "
127
127
hooks :
128
128
- id : mypy
129
129
args : []
You can’t perform that action at this time.
0 commit comments