Skip to content

Commit

Permalink
[3.12] Bump test deps: ruff and pre-commit-hooks (GH-110972) (#11…
Browse files Browse the repository at this point in the history
…0980)

(cherry picked from commit b75b1f3)
  • Loading branch information
sobolevn authored Oct 17, 2023
1 parent 9aa8993 commit c1e5343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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.0.292
rev: v0.1.0
hooks:
- id: ruff
name: Run Ruff on Lib/test/
Expand All @@ -12,7 +12,7 @@ repos:
files: ^Tools/clinic/|Lib/test/test_clinic.py

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-toml
exclude: ^Lib/test/test_tomllib/
Expand Down
2 changes: 1 addition & 1 deletion Tools/clinic/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Requirements file for external linters and checks we run on Tools/clinic/ in CI
mypy==1.3.0
mypy==1.6.0

0 comments on commit c1e5343

Please sign in to comment.