Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Correct code block formatting for pre-commit install command #5377

Merged
merged 3 commits into from Oct 8, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/developer_guide/continuous_integration.rst
Expand Up @@ -66,7 +66,8 @@ We recommend that you also set this up locally as it will ensure that you never
These checks run automatically before you make a new commit.
To setup, simply navigate to the sktime folder and install our pre-commit configuration:

::
.. code:: bash

pre-commit install
yarnabrina marked this conversation as resolved.
Show resolved Hide resolved
alhridoy marked this conversation as resolved.
Show resolved Hide resolved

pre-commit should now automatically run anything you make a commit! Please let us know if you encounter any issues getting this setup.
Expand Down