File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
repos :
21
21
- repo : https://github.com/hauntsaninja/black-pre-commit-mirror
22
22
# black compiled with mypyc
23
- rev : 23.7.0
23
+ rev : 23.9.1
24
24
hooks :
25
25
- id : black
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : v0.0.287
27
+ rev : v0.0.291
28
28
hooks :
29
29
- id : ruff
30
30
args : [--exit-non-zero-on-fix]
@@ -107,7 +107,7 @@ repos:
107
107
hooks :
108
108
- id : isort
109
109
- repo : https://github.com/asottile/pyupgrade
110
- rev : v3.10.1
110
+ rev : v3.13.0
111
111
hooks :
112
112
- id : pyupgrade
113
113
args : [--py39-plus]
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ environment = {CFLAGS="-g0"}
187
187
188
188
[tool .black ]
189
189
target-version = [' py39' , ' py310' ]
190
- required-version = ' 23.7.0 '
190
+ required-version = ' 23.9.1 '
191
191
exclude = '''
192
192
(
193
193
asv_bench/env
You can’t perform that action at this time.
0 commit comments