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 29
29
additional_dependencies : [black==24.*]
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : " v0.3.7 "
32
+ rev : " v0.4.1 "
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.3.7 "
114
+ rev: "v0.4.1 "
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.3.7 "
204
+ rev : " v0.4.1 "
205
205
hooks :
206
206
- id : ruff
207
207
args : ["--fix", "--show-fixes"]
@@ -747,7 +747,7 @@ following pre-commit config:
747
747
748
748
` ` ` yaml
749
749
- repo: https://github.com/pre-commit/mirrors-clang-format
750
- rev: "v18.1.3 "
750
+ rev: "v18.1.4 "
751
751
hooks:
752
752
- id: clang-format
753
753
types_or: [c++, c, cuda]
Original file line number Diff line number Diff line change 40
40
args : [--prose-wrap=always]
41
41
42
42
- repo : https://github.com/astral-sh/ruff-pre-commit
43
- rev : " v0.3.7 "
43
+ rev : " v0.4.1 "
44
44
hooks :
45
45
- id : ruff
46
46
args : ["--fix", "--show-fixes"]
59
59
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
60
60
61
61
- repo : https://github.com/pre-commit/mirrors-clang-format
62
- rev : " v18.1.3 "
62
+ rev : " v18.1.4 "
63
63
hooks :
64
64
- id : clang-format
65
65
types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments