]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Bump `ruff` to the latest version (GH-111288) (#111310)
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>
Wed, 25 Oct 2023 10:33:09 +0000 (15:33 +0500)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 10:33:09 +0000 (11:33 +0100)
.pre-commit-config.yaml

index fd2692e490bec38e12982d318ccdb3d8e1e4a863..e80c5075401a997bd85993d66fdfd288cb0e1b1f 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/