mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Bump test deps: ruff
and mypy
(#111288)
This commit is contained in:
parent
81b03e7810
commit
0d1cbff833
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Requirements file for external linters and checks we run on
|
||||
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
|
||||
mypy==1.6.0
|
||||
mypy==1.6.1
|
||||
|
||||
# needed for peg_generator:
|
||||
types-psutil==5.9.5.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue