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.14.10 "
32+ rev : " v0.14.11 "
3333 hooks :
3434 - id : ruff-check
3535 args : ["--fix", "--show-fixes"]
6767 args : [--prose-wrap=always]
6868
6969 - repo : https://github.com/crate-ci/typos
70- rev : " v1.41 .0"
70+ rev : " v1.42 .0"
7171 hooks :
7272 - id : typos
7373 exclude : ^Gemfile\.lock$
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.14.10 "
143+ rev: "v0.14.11 "
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.14.10 "
233+ rev : " v0.14.11 "
234234 hooks :
235235 - id : ruff-check
236236 args : ["--fix", "--show-fixes"]
@@ -786,7 +786,7 @@ integration.
786786
787787` ` ` yaml
788788- repo: https://github.com/crate-ci/typos
789- rev: "v1.40.1 "
789+ rev: "v1.42.0 "
790790 hooks:
791791 - id: typos
792792 args: []
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.14.10 "
46+ rev : " v0.14.11 "
4747 hooks :
4848 - id : ruff-check
4949 args : ["--fix", "--show-fixes"]
You can’t perform that action at this time.
0 commit comments