Skip to content

Commit 4089d82

Browse files
committed
Added .depsorter .depupdate to FILES_TO_CLEAN
Signed-off-by: Mihai Criveti <[email protected]>
1 parent a97f7bb commit 4089d82

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ FILES_TO_CLEAN := .coverage coverage.xml mcp.prof mcp.pstats \
3838
$(DOCS_DIR)/docs/test/sbom.md \
3939
$(DOCS_DIR)/docs/test/{unittest,full,index,test}.md \
4040
$(DOCS_DIR)/docs/images/coverage.svg $(LICENSES_MD) $(METRICS_MD) \
41-
*.db *.sqlite *.sqlite3 mcp.db-journal *.py,cover
41+
*.db *.sqlite *.sqlite3 mcp.db-journal *.py,cover \
42+
.depsorter_cache.json .depupdate.*
4243

4344
COVERAGE_DIR ?= $(DOCS_DIR)/docs/coverage
4445
LICENSES_MD ?= $(DOCS_DIR)/docs/test/licenses.md

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ weasyprint>=65.1
8787
webcolors>=24.11.1
8888
webencodings>=0.5.1
8989
zipp>=3.23.0
90-
zopfli>=0.2.3.post1
90+
zopfli>=0.2.3.post1

0 commit comments

Comments
 (0)