File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Black, the code formatter, natively supports pre-commit
47
47
- repo : https://github.com/psf/black
48
- rev : " 22.1 .0" # Keep in sync with blacken-docs
48
+ rev : " 22.3 .0" # Keep in sync with blacken-docs
49
49
hooks :
50
50
- id : black
51
51
55
55
hooks :
56
56
- id : blacken-docs
57
57
additional_dependencies :
58
- - black==22.1 .0 # keep in sync with black hook
58
+ - black==22.3 .0 # keep in sync with black hook
59
59
60
60
# Changes tabs to spaces
61
61
- repo : https://github.com/Lucas-C/pre-commit-hooks
74
74
rev : " v1.2.5"
75
75
hooks :
76
76
- id : pycln
77
+ additional_dependencies : [click<8.1] # Unpin when typer updates
78
+ stages : [manual]
77
79
78
80
# Checking for common mistakes
79
81
- repo : https://github.com/pre-commit/pygrep-hooks
@@ -106,7 +108,7 @@ repos:
106
108
107
109
# PyLint has native support - not always usable, but works for us
108
110
- repo : https://github.com/PyCQA/pylint
109
- rev : " v2.12 .2"
111
+ rev : " v2.13 .2"
110
112
hooks :
111
113
- id : pylint
112
114
files : ^pybind11
@@ -122,7 +124,7 @@ repos:
122
124
123
125
# Check static types with mypy
124
126
- repo : https://github.com/pre-commit/mirrors-mypy
125
- rev : " v0.941 "
127
+ rev : " v0.942 "
126
128
hooks :
127
129
- id : mypy
128
130
args : [--show-error-codes]
You can’t perform that action at this time.
0 commit comments