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

.pre-commit-config.yaml
Tools/clinic/requirements-dev.txt

index b2cc6f25764cca72b1015afbbdc659ae3885d5cc..f0e0fb8c1152f406010ea6a99bd0b60f407b050a 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/
@@ -12,7 +12,7 @@ repos:
         files: ^Tools/clinic/|Lib/test/test_clinic.py
 
   - 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/
index 154934003c31c480ad2c389cda2750b153046c55..35aa575500e634318bd1844088b75b0e1820d565 100644 (file)
@@ -1,2 +1,2 @@
 # Requirements file for external linters and checks we run on Tools/clinic/ in CI
-mypy==1.3.0
+mypy==1.6.0