diff options
author | Artyom Romanov <92092049+art3xa@users.noreply.github.com> | 2023-10-25 11:04:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 11:04:55 (GMT) |
commit | 5e94556f83256440c88f5342cb7908a96f178c0e (patch) | |
tree | f593568d493e7c02fc8ad0a282c280cc74c70f3b /.pre-commit-config.yaml | |
parent | 54e93d36d008351137835eda32072023d539adf9 (diff) | |
download | cpython-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.yaml | 2 |
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/ |