File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 additional_dependencies : [black==24.*]
3030
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : " v0.15.6 "
32+ rev : " v0.15.7 "
3333 hooks :
3434 - id : ruff-check
3535 args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
140140
141141` ` ` yaml
142142- repo: https://github.com/astral-sh/ruff-pre-commit
143- rev: "v0.15.6 "
143+ rev: "v0.15.7 "
144144 hooks:
145145 # id: ruff-check would go here if using both
146146 - id: ruff-format
@@ -230,7 +230,7 @@ pre-commit hook.
230230
231231` ` ` yaml
232232- repo : https://github.com/astral-sh/ruff-pre-commit
233- rev : " v0.15.6 "
233+ rev : " v0.15.7 "
234234 hooks :
235235 - id : ruff-check
236236 args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change 4343 args : [--prose-wrap=always]
4444
4545 - repo : https://github.com/astral-sh/ruff-pre-commit
46- rev : " v0.15.6 "
46+ rev : " v0.15.7 "
4747 hooks :
4848 - id : ruff-check
4949 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments