summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-02-02 22:03:25 (GMT)
committerGitHub <noreply@github.com>2024-02-02 22:03:25 (GMT)
commit034bb70aaad5622bd53bad21595b18b8f4407984 (patch)
treecac6f936605284cdbc4915d0849639a1b766378f /.pre-commit-config.yaml
parent1eb873ef458521648f043ddfebe41b24d0cfd87d (diff)
downloadcpython-034bb70aaad5622bd53bad21595b18b8f4407984.zip
cpython-034bb70aaad5622bd53bad21595b18b8f4407984.tar.gz
cpython-034bb70aaad5622bd53bad21595b18b8f4407984.tar.bz2
[3.12] Bump ruff to 0.2.0 (GH-114932) (#114935)
Bump ruff to 0.2.0 (GH-114932) (cherry picked from commit 920b89f62751e64a35fa1bebc03701af6d6f31f2) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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 19033ce..69d8523 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.7
+ rev: v0.2.0
hooks:
- id: ruff
name: Run Ruff on Lib/test/