summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>2023-10-25 08:05:37 (GMT)
committerGitHub <noreply@github.com>2023-10-25 08:05:37 (GMT)
commit0d1cbff833f761f80383f4ce5fe31f686f3f04eb (patch)
tree6906acc14c51ade432b2c380db6e9543123ca48b /.pre-commit-config.yaml
parent81b03e78101c97c1d3fe5f90908bbf94e83d7df1 (diff)
downloadcpython-0d1cbff833f761f80383f4ce5fe31f686f3f04eb.zip
cpython-0d1cbff833f761f80383f4ce5fe31f686f3f04eb.tar.gz
cpython-0d1cbff833f761f80383f4ce5fe31f686f3f04eb.tar.bz2
Bump test deps: `ruff` and `mypy` (#111288)
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 f0e0fb8c..35d9c64 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/