File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
additional_dependencies : [black==24.*]
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : " v0.11.5 "
32
+ rev : " v0.11.6 "
33
33
hooks :
34
34
- id : ruff
35
35
args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
111
111
112
112
` ` ` yaml
113
113
- repo: https://github.com/astral-sh/ruff-pre-commit
114
- rev: "v0.11.5 "
114
+ rev: "v0.11.6 "
115
115
hooks:
116
116
# id: ruff would go here if using both
117
117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201
201
202
202
` ` ` yaml
203
203
- repo : https://github.com/astral-sh/ruff-pre-commit
204
- rev : " v0.11.5 "
204
+ rev : " v0.11.6 "
205
205
hooks :
206
206
- id : ruff
207
207
args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change 42
42
args : [--prose-wrap=always]
43
43
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : " v0.11.5 "
45
+ rev : " v0.11.6 "
46
46
hooks :
47
47
- id : ruff
48
48
args : ["--fix", "--show-fixes"]
You can’t perform that action at this time.
0 commit comments