File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ To run the hook on Jupyter Notebooks too:
39
39
` ` ` yaml
40
40
- repo : https://github.com/astral-sh/ruff-pre-commit
41
41
# Ruff version.
42
- rev : v0.0.289
42
+ rev : v0.0.290
43
43
hooks :
44
44
- id : ruff
45
45
types_or : [python, pyi, jupyter]
@@ -56,7 +56,8 @@ reformatting.
56
56
57
57
` ` ` yaml
58
58
- repo: https://github.com/astral-sh/ruff-pre-commit
59
- rev: main
59
+ # Ruff version.
60
+ rev: v0.0.290
60
61
hooks:
61
62
- id: ruff-format
62
63
` ` `
@@ -65,12 +66,15 @@ To check formatting without changing files, use `--check`:
65
66
66
67
` ` ` yaml
67
68
- repo: https://github.com/astral-sh/ruff-pre-commit
68
- rev: main
69
+ # Ruff version.
70
+ rev: v0.0.290
69
71
hooks:
70
72
- id: ruff-format
71
73
args: [--check]
72
74
` ` `
73
75
76
+ Note `v0.0.290` is the minimum version that provides the `ruff-format` hook.
77
+
74
78
# # License
75
79
76
80
MIT
You can’t perform that action at this time.
0 commit comments