Skip to content

Commit 4053594

Browse files
[pre-commit.ci] pre-commit autoupdate (#3582)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/EbodShojaei/bake: v1.4.3 → v1.4.4](EbodShojaei/bake@v1.4.3...v1.4.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ed56db8 commit 4053594

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: ruff-format
3333

3434
- repo: https://github.com/EbodShojaei/bake
35-
rev: v1.4.3
35+
rev: v1.4.4
3636
hooks:
3737
- id: mbake-format
3838
args: ["--config=.github/bake.toml"]

docs/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ SOURCEDIR = .
99
BUILDDIR = _build
1010

1111
# Put it first so that "make" without argument is like "make help".
12+
.PHONY: help
1213
help:
1314
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1415

15-
.PHONY: help Makefile
16-
1716
# Catch-all target: route all unknown targets to Sphinx using the new
1817
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1918
%: Makefile

0 commit comments

Comments
 (0)