Skip to content

Commit 860c497

Browse files
committed
style: format
1 parent 3116759 commit 860c497

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,8 @@ requires = ["hatchling"]
4646
build-backend = "hatchling.build"
4747

4848
[tool.hatch.build.targets.sdist]
49-
include = [
50-
"/src",
51-
]
52-
exclude = [
53-
"*_test.py",
54-
]
49+
include = ["/src"]
50+
exclude = ["*_test.py"]
5551

5652
[tool.mypy]
5753
plugins = "pydantic.mypy"

0 commit comments

Comments
 (0)