File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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.3.7 "
32+ rev : " v0.4.1 "
3333 hooks :
3434 - id : ruff
3535 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`
111111
112112` ` ` yaml
113113- repo: https://github.com/astral-sh/ruff-pre-commit
114- rev: "v0.3.7 "
114+ rev: "v0.4.1 "
115115 hooks:
116116 # id: ruff would go here if using both
117117 - id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202` ` ` yaml
203203- repo : https://github.com/astral-sh/ruff-pre-commit
204- rev : " v0.3.7 "
204+ rev : " v0.4.1 "
205205 hooks :
206206 - id : ruff
207207 args : ["--fix", "--show-fixes"]
@@ -747,7 +747,7 @@ following pre-commit config:
747747
748748` ` ` yaml
749749- repo: https://github.com/pre-commit/mirrors-clang-format
750- rev: "v18.1.3 "
750+ rev: "v18.1.4 "
751751 hooks:
752752 - id: clang-format
753753 types_or: [c++, c, cuda]
Original file line number Diff line number Diff line change 4040 args : [--prose-wrap=always]
4141
4242 - repo : https://github.com/astral-sh/ruff-pre-commit
43- rev : " v0.3.7 "
43+ rev : " v0.4.1 "
4444 hooks :
4545 - id : ruff
4646 args : ["--fix", "--show-fixes"]
5959{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
6060
6161 - repo : https://github.com/pre-commit/mirrors-clang-format
62- rev : " v18.1.3 "
62+ rev : " v18.1.4 "
6363 hooks :
6464 - id : clang-format
6565 types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments