Skip to content

Commit 6eaf2c1

Browse files
committed
Remove littlefs-python source folder from uv.lock and pyproject.toml.
1 parent c0c751b commit 6eaf2c1

File tree

2 files changed

+47
-13
lines changed

2 files changed

+47
-13
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ dev-dependencies = [
6767
"hatch-vcs>=0.3.0", # For building and updating _version.py
6868
]
6969

70-
[tool.uv.sources]
71-
# Use a local copy of littlefs-python for development
72-
# Use --no-sources at build time to ignore when building the wheel
73-
littlefs-python = { path = "packages/littlefs-python", editable = true }
74-
7570
[tool.tox] # https://tox.wiki/en/latest/config.html#pyproject-toml-native
7671
env_list = [
7772
"clean", "mypy", "lint", "format",
@@ -93,7 +88,6 @@ env_run_base.package = "editable"
9388

9489
[tool.mypy]
9590
files = ["src"]
96-
exclude = ["packages"]
9791
python_version = "3.9"
9892
disallow_untyped_defs = true
9993
warn_return_any = true

uv.lock

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

0 commit comments

Comments
 (0)