From: Artyom Romanov <92092049+art3xa@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:05:37 +0000 (+0500) Subject: Bump test deps: `ruff` and `mypy` (#111288) X-Git-Tag: v3.13.0a2~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d1cbff833f761f80383f4ce5fe31f686f3f04eb;p=thirdparty%2FPython%2Fcpython.git Bump test deps: `ruff` and `mypy` (#111288) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0e0fb8c1152..35d9c64a8c5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/ diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index fc5fa1a696e2..8c51293cf665 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -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