Skip to content

Commit 4019946

Browse files
committed
ci lint: use temporary fork of git-archive-all to please mypy
ref. Kentzo/git-archive-all#93
1 parent 3c2d81c commit 4019946

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

poetry.lock

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version = "0.46.0"
2727

2828
[tool.poetry.dependencies]
2929
cmake = {optional = true, version = "^3.22.3"}
30-
git-archive-all = {optional = true, version = "^1.23.1"}
30+
git-archive-all = {git = "https://github.com/nim65s/git-archive-all", optional = true}
3131
importlib-metadata = {python = "<3.8", version = "^6.0.0"}
3232
packaging = {optional = true, version = "^23.0"}
3333
python = "^3.7"

0 commit comments

Comments
 (0)