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.12.2 "
32+ rev : " v0.12.3 "
3333 hooks :
3434 - id : ruff-check
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.12.2 "
114+ rev: "v0.12.3 "
115115 hooks:
116116 # id: ruff-check 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.12.2 "
204+ rev : " v0.12.3 "
205205 hooks :
206206 - id : ruff-check
207207 args : ["--fix", "--show-fixes"]
@@ -744,7 +744,7 @@ following pre-commit config:
744744
745745` ` ` yaml
746746- repo: https://github.com/pre-commit/mirrors-clang-format
747- rev: "v20.1.7 "
747+ rev: "v20.1.8 "
748748 hooks:
749749 - id: clang-format
750750 types_or: [c++, c, cuda]
Original file line number Diff line number Diff line change 4242 args : [--prose-wrap=always]
4343
4444 - repo : https://github.com/astral-sh/ruff-pre-commit
45- rev : " v0.12.2 "
45+ rev : " v0.12.3 "
4646 hooks :
4747 - id : ruff-check
4848 args : ["--fix", "--show-fixes"]
5151{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5252
5353 - repo : https://github.com/pre-commit/mirrors-clang-format
54- rev : " v20.1.7 "
54+ rev : " v20.1.8 "
5555 hooks :
5656 - id : clang-format
5757 types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments