]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump test deps: `ruff` and `mypy` (#111288)
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>
Wed, 25 Oct 2023 08:05:37 +0000 (13:05 +0500)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 08:05:37 +0000 (01:05 -0700)
.pre-commit-config.yaml
Tools/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 fc5fa1a696e26d95344b9bde987f21507ee47ae0..8c51293cf665c7de33df82a5706ec9c5e433b95c 100644 (file)
@@ -1,6 +1,6 @@
 # Requirements file for external linters and checks we run on
 # Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
-mypy==1.6.0
+mypy==1.6.1
 
 # needed for peg_generator:
 types-psutil==5.9.5.17