Skip to content

Commit 717b43a

Browse files
committed
chore: remove post-install-commands from hatch config
1 parent 52919ee commit 717b43a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ lint = "ruff check vinted/ tests/"
6868
format = "ruff format vinted/ tests/"
6969
type-check = "mypy vinted/"
7070
install-dev = "pip install -e ."
71+
setup-hooks = "pre-commit install"
7172
all = ["format", "lint", "type-check", "test-cov"]
7273

7374
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)