Skip to content

Commit b732fbb

Browse files
authored
Merge pull request #3 from bopen/use-fork
use fork
2 parents 447c3f9 + 28995cc commit b732fbb

File tree

2 files changed

+137
-23
lines changed

2 files changed

+137
-23
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ dev = [
3434
"pytest>=7.2.0",
3535
"pre-commit>=2.20.0",
3636
"tox-uv>=1.11.3",
37-
3837
"mypy>=0.991",
39-
4038
"ruff>=0.11.5",
41-
4239
]
4340

4441
[build-system]
@@ -110,3 +107,6 @@ ignore = [
110107

111108
[tool.ruff.format]
112109
preview = true
110+
111+
[tool.uv.sources]
112+
esgpull = { git = "https://github.com/malmans2/esgf-download.git", rev = "get-running-loop" }

0 commit comments

Comments
 (0)