From 5e94556f83256440c88f5342cb7908a96f178c0e Mon Sep 17 00:00:00 2001 From: Artyom Romanov <92092049+art3xa@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:04:55 +0500 Subject: [3.12] Bump test deps: `ruff` and `mypy` (GH-111288) (#111313) Bump test deps: `ruff` and `mypy` --- .pre-commit-config.yaml | 2 +- Tools/clinic/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0e0fb8c..35d9c64 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/clinic/requirements-dev.txt b/Tools/clinic/requirements-dev.txt index 35aa575..79ef43a 100644 --- a/Tools/clinic/requirements-dev.txt +++ b/Tools/clinic/requirements-dev.txt @@ -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 -- cgit v0.12