You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ You can find more details on the Conventional Commits specification site.
103
103
- Auto-fix lint issues: `poetry run ruff check . --fix`
104
104
- Run type checks (optional but recommended): `poetry run mypy`
105
105
- Run tests: `poetry run pytest`
106
-
- Install Git hooks once per clone: from the repository root run `poetry -C backend run pre-commit install --hook-type pre-commit --hook-type pre-push --hook-type commit-msg --install-hooks`
106
+
- Install Git hooks once per clone: from the repository root run `poetry -C backend run pre-commit install --install-hooks`
107
107
- Run all hooks manually: `poetry -C backend run pre-commit run --all-files`
108
108
- Frontend
109
109
- See [dashboard/README.md](dashboard/README.md) for scripts and commands
0 commit comments