summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>2023-10-25 11:04:55 (GMT)
committerGitHub <noreply@github.com>2023-10-25 11:04:55 (GMT)
commit5e94556f83256440c88f5342cb7908a96f178c0e (patch)
treef593568d493e7c02fc8ad0a282c280cc74c70f3b /.pre-commit-config.yaml
parent54e93d36d008351137835eda32072023d539adf9 (diff)
downloadcpython-5e94556f83256440c88f5342cb7908a96f178c0e.zip
cpython-5e94556f83256440c88f5342cb7908a96f178c0e.tar.gz
cpython-5e94556f83256440c88f5342cb7908a96f178c0e.tar.bz2
[3.12] Bump test deps: `ruff` and `mypy` (GH-111288) (#111313)
Bump test deps: `ruff` and `mypy`
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/