]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110981)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 17 Oct 2023 12:35:00 +0000 (15:35 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 12:35:00 +0000 (13:35 +0100)
(cherry picked from commit b75b1f389f083db8568bff573c33ab4ecf29655a)

.pre-commit-config.yaml

index d69365f85c050768d796ab07b44a9a9d18a3299d..fd2692e490bec38e12982d318ccdb3d8e1e4a863 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.0.292
+    rev: v0.1.0
     hooks:
       - id: ruff
         name: Run Ruff on Lib/test/
@@ -8,7 +8,7 @@ repos:
         files: ^Lib/test/
 
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v4.5.0
     hooks:
       - id: check-toml
         exclude: ^Lib/test/test_tomllib/