We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52919ee commit 717b43aCopy full SHA for 717b43a
1 file changed
pyproject.toml
@@ -68,6 +68,7 @@ lint = "ruff check vinted/ tests/"
68
format = "ruff format vinted/ tests/"
69
type-check = "mypy vinted/"
70
install-dev = "pip install -e ."
71
+setup-hooks = "pre-commit install"
72
all = ["format", "lint", "type-check", "test-cov"]
73
74
[tool.hatch.build.targets.wheel]
0 commit comments