Skip to content

Commit eccbe60

Browse files
authored
Merge branch 'main' into feature/reorder-base-class-mixins
2 parents c496db4 + 8b39c01 commit eccbe60

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ DOCS_IMAGE = $(PFX)_docs
1717

1818
all: help
1919

20+
mdlint_fix:
21+
@echo "Running markdownlint..."
22+
markdownlint --config .markdownlint.yml --fix .
23+
2024
dockerbuild_test:
2125
@echo "Building the test Docker image..."
2226
$(DOCKER_BUILD) --target $(TEST_DOCKER_TARGET) --tag $(TEST_IMAGE) .
@@ -46,6 +50,7 @@ help:
4650
@echo ""
4751
@echo "Targets:"
4852
@echo " all - Display this help message"
53+
@echo " mdlint_fix - Run markdownlint with --fix"
4954
@echo " docs - Build and run the docs Docker image"
5055
@echo " docker_test - Build and run the test Docker image"
5156
@echo ""

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
mkdocs==1.6.1
2-
mkdocs-bibtex==4.2.2
3-
mkdocs-include-markdown-plugin==7.1.4
2+
mkdocs-bibtex==4.2.3
3+
mkdocs-include-markdown-plugin==7.1.5
44
mkdocs-table-reader-plugin==3.1.0
5-
mkdocs-material==9.6.7
5+
mkdocs-material==9.6.9
66
mkdocs-material-extensions==1.3.1
7-
mkdocstrings==0.28.2
8-
mkdocstrings-python==1.16.2
9-
mkdocs-print-site-plugin==2.6.0
10-
markdown-exec==1.10.0
7+
mkdocstrings==0.29.0
8+
mkdocstrings-python==1.16.5
9+
mkdocs-print-site-plugin==2.7.1
10+
markdown-exec==1.10.1
1111
thefuzz==0.22.1
1212
pandas==2.2.3
1313
scikit-learn==1.6.1

0 commit comments

Comments
 (0)