From: Artyom Romanov <92092049+art3xa@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:33:09 +0000 (+0500) Subject: [3.11] Bump `ruff` to the latest version (GH-111288) (#111310) X-Git-Tag: v3.11.7~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d38843a7b6825530a6d705132aabfb5325c498d4;p=thirdparty%2FPython%2Fcpython.git [3.11] Bump `ruff` to the latest version (GH-111288) (#111310) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd2692e490be..e80c5075401a 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/