Skip to content

Commit c589a91

Browse files
art3xaaisk
authored andcommitted
Bump test deps: ruff and mypy (python#111288)
1 parent 2ee9e9d commit c589a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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

+1-1
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)