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: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ previous python versions directly in the CI pipeline.
49
49
* Clone the repository
50
50
* Install poetry `pip install poetry`
51
51
* Install dev dependencies with `make dev-dependencies`
52
+
* (optional) It is strongly recommended to install [pre-commit](https://pre-commit.com/#installation)
53
+
and run `pre-commit install` so that formatting and linting are automatically executed during `git commit`.
52
54
* Setup GitHub pages (this need local development setup):
53
55
* Initialise documentation branch `poetry run mike deploy dev latest --update-aliases --push`
54
56
* Configure GitHub Pages to deploy from the `gh-pages` branch (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages`)
Copy file name to clipboardExpand all lines: docs/index.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ previous python versions directly in the CI pipeline.
36
36
* Clone the repository
37
37
* Install poetry `pip install poetry`
38
38
* Install dev dependencies with `make dev-dependencies`
39
+
* (optional) It is strongly recommended to install [pre-commit](https://pre-commit.com/#installation)
40
+
and run `pre-commit install` so that formatting and linting are automatically executed during `git commit`.
39
41
* Setup GitHub pages (this need local development setup):
40
42
* Initialise documentation branch `poetry run mike deploy dev latest --update-aliases --push`
41
43
* Configure GitHub Pages to deploy from the `gh-pages` branch (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages`)
0 commit comments