File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.6 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : end-of-file-fixer
10
10
files : (.*\.(py|md|rst|yaml|yml))$
83
83
)$
84
84
85
85
- repo : https://github.com/PyCQA/docformatter
86
- rev : 06907d0
86
+ rev : v1.7.5
87
87
hooks :
88
88
- id : docformatter
89
89
args : [
@@ -101,7 +101,7 @@ repos:
101
101
)$
102
102
103
103
- repo : https://github.com/psf/black.git
104
- rev : 24.3 .0
104
+ rev : 24.10 .0
105
105
hooks :
106
106
- id : black
107
107
files : (.*\.py)$
@@ -115,7 +115,7 @@ repos:
115
115
)$
116
116
117
117
- repo : https://github.com/asottile/blacken-docs
118
- rev : 1.16.0
118
+ rev : 1.19.1
119
119
hooks :
120
120
- id : blacken-docs
121
121
args : [--line-length=120, --skip-errors]
@@ -130,7 +130,7 @@ repos:
130
130
)$
131
131
132
132
- repo : https://github.com/codespell-project/codespell
133
- rev : v2.2.6
133
+ rev : v2.3.0
134
134
hooks :
135
135
- id : codespell
136
136
args : [-w]
@@ -149,7 +149,7 @@ repos:
149
149
)$
150
150
151
151
- repo : https://github.com/astral-sh/ruff-pre-commit
152
- rev : v0.3.5
152
+ rev : v0.8.6
153
153
hooks :
154
154
- id : ruff
155
155
args : [--fix, --exit-non-zero-on-fix, --no-cache]
You can’t perform that action at this time.
0 commit comments