Skip to content

Commit

Permalink
Update instance repo from cookiecutter template
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2024
1 parent ff0d5c1 commit 36dd83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Python installed, we recommend installing [Mambaforge](https://github.com/conda-
There are several alternative options to install cookiecutter-scverse-instance:

<!--
1) Install the latest release of `cookiecutter-scverse-instance` from `PyPI <https://pypi.org/project/cookiecutter-scverse-instance/>`_:
1) Install the latest release of `cookiecutter-scverse-instance` from [PyPI][link-pypi]:
```bash
pip install cookiecutter-scverse-instance
Expand Down Expand Up @@ -54,3 +54,4 @@ If you found a bug, please use the [issue tracker][issue-tracker].
[changelog]: https://cookiecutter-scverse-instance.readthedocs.io/latest/changelog.html
[link-docs]: https://cookiecutter-scverse-instance.readthedocs.io
[link-api]: https://cookiecutter-scverse-instance.readthedocs.io/latest/api.html
[link-pypi]: https://pypi.org/project/cookiecutter-scverse-instance

0 comments on commit 36dd83e

Please sign in to comment.