summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>2023-10-25 10:33:09 (GMT)
committerGitHub <noreply@github.com>2023-10-25 10:33:09 (GMT)
commitd38843a7b6825530a6d705132aabfb5325c498d4 (patch)
tree2414a5979f900048d63b5e506f116a8214ac3833 /.pre-commit-config.yaml
parent652d3f33fb7c9f8cf5fe20bb27230afac8a0d5aa (diff)
downloadcpython-d38843a7b6825530a6d705132aabfb5325c498d4.zip
cpython-d38843a7b6825530a6d705132aabfb5325c498d4.tar.gz
cpython-d38843a7b6825530a6d705132aabfb5325c498d4.tar.bz2
[3.11] Bump `ruff` to the latest version (GH-111288) (#111310)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fd2692e..e80c507 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/