10000 Bump test deps: `ruff` and `mypy` (#111288) · python/cpython@0d1cbff · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d1cbff

Browse files
authored
Bump test deps: ruff and mypy (#111288)
1 parent 81b03e7 commit 0d1cbff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.1.0
3+
rev: v0.1.2
44
hooks:
55
- id: ruff
66
name: Run Ruff on Lib/test/

Tools/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements file for external linters and checks we run on
22
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
3-
mypy==1.6.0
3+
mypy==1.6.1
44

55
# needed for peg_generator:
66
types-psutil==5.9.5.17

0 commit comments

Comments
 (0)
0