Skip to content

Commit f58bcee

Browse files
authored
[3.11] Bump test deps: ruff and pre-commit-hooks (GH-110972) (#110981)
(cherry picked from commit b75b1f3)
1 parent ae495de commit f58bcee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.0.292
3+
rev: v0.1.0
44
hooks:
55
- id: ruff
66
name: Run Ruff on Lib/test/
77
args: [--exit-non-zero-on-fix]
88
files: ^Lib/test/
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: check-toml
1414
exclude: ^Lib/test/test_tomllib/

0 commit comments

Comments
 (0)