mirror of https://github.com/python/cpython
Bump test deps: `ruff` and `mypy` (#111288)
This commit is contained in:
parent
81b03e7810
commit
0d1cbff833
|
@ -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…
Reference in New Issue