diff options
author | Artyom Romanov <92092049+art3xa@users.noreply.github.com> | 2023-10-25 10:33:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 10:33:09 (GMT) |
commit | d38843a7b6825530a6d705132aabfb5325c498d4 (patch) | |
tree | 2414a5979f900048d63b5e506f116a8214ac3833 /.pre-commit-config.yaml | |
parent | 652d3f33fb7c9f8cf5fe20bb27230afac8a0d5aa (diff) | |
download | cpython-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.yaml | 2 |
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/ |