We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff
pre-commit-hooks
1 parent 9aa8993 commit c1e5343Copy full SHA for c1e5343
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.0.292
+ rev: v0.1.0
4
hooks:
5
- id: ruff
6
name: Run Ruff on Lib/test/
@@ -12,7 +12,7 @@ repos:
12
files: ^Tools/clinic/|Lib/test/test_clinic.py
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.4.0
+ rev: v4.5.0
16
17
- id: check-toml
18
exclude: ^Lib/test/test_tomllib/
Tools/clinic/requirements-dev.txt
@@ -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 commit comments