Skip to content

Commit

Permalink
Bump test deps: ruff and mypy (python#111288)
Browse files Browse the repository at this point in the history
  • Loading branch information
art3xa authored and aisk committed Feb 11, 2024
1 parent 2ee9e9d commit c589a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Tools/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c589a91

Please sign in to comment.