File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020repos :
2121- repo : https://github.com/hauntsaninja/black-pre-commit-mirror
2222 # black compiled with mypyc
23- rev : 23.7.0
23+ rev : 23.9.1
2424 hooks :
2525 - id : black
2626- repo : https://github.com/astral-sh/ruff-pre-commit
27- rev : v0.0.287
27+ rev : v0.0.291
2828 hooks :
2929 - id : ruff
3030 args : [--exit-non-zero-on-fix]
@@ -107,7 +107,7 @@ repos:
107107 hooks :
108108 - id : isort
109109- repo : https://github.com/asottile/pyupgrade
110- rev : v3.10.1
110+ rev : v3.13.0
111111 hooks :
112112 - id : pyupgrade
113113 args : [--py39-plus]
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ environment = {CFLAGS="-g0"}
187187
188188[tool .black ]
189189target-version = [' py39' , ' py310' ]
190- required-version = ' 23.7.0 '
190+ required-version = ' 23.9.1 '
191191exclude = '''
192192(
193193 asv_bench/env
You can’t perform that action at this time.
0 commit comments