Skip to content

Commit 3722146

Browse files
authored
Updated pre-commit hooks versions. (#55277)
Updated pre-commit hooks version and checked all the files accordingly.
1 parent d01669f commit 3722146

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ ci:
2020
repos:
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]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ environment = {CFLAGS="-g0"}
187187

188188
[tool.black]
189189
target-version = ['py39', 'py310']
190-
required-version = '23.7.0'
190+
required-version = '23.9.1'
191191
exclude = '''
192192
(
193193
asv_bench/env

0 commit comments

Comments
 (0)