]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Bump test deps: `ruff` and `mypy` (GH-111288) (#111313)
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>
Wed, 25 Oct 2023 11:04:55 +0000 (16:04 +0500)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 11:04:55 +0000 (11:04 +0000)
Bump test deps: `ruff` and `mypy`

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

index f0e0fb8c1152f406010ea6a99bd0b60f407b050a..35d9c64a8c5c150bcfad0bdbce10b9777f324126 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.1.0
+    rev: v0.1.2
     hooks:
       - id: ruff
         name: Run Ruff on Lib/test/
index 35aa575500e634318bd1844088b75b0e1820d565..79ef43a4024c98387201e9a62b7d80ca5d0f7b9c 100644 (file)
@@ -1,2 +1,2 @@
 # Requirements file for external linters and checks we run on Tools/clinic/ in CI
-mypy==1.6.0
+mypy==1.6.1