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 Nov 28, 2023
1 parent 144c823 commit eb28222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pip install -e ".[dev,test,doc]"

## Code-style

This package uses [pre-commit][] to enforce consistent code-styles. On every commit, pre-commit checks will either
automatically fix issues with the code, or raise an error message. See [pre-commit checks](template_usage.md#pre-commit-checks) for
a full list of checks enabled for this repository.
This package uses [pre-commit][] to enforce consistent code-styles.
On every commit, pre-commit checks will either automatically fix issues with the code, or raise an error message.
See [pre-commit checks](template_usage.md#pre-commit-checks) for a full list of checks enabled for this repository.

To enable pre-commit locally, simply run

Expand Down
3 changes: 1 addition & 2 deletions docs/template_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ If your repository is private, you will have to specify an additional token in t
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
```
token: ${{ secrets.CODECOV_TOKEN }} ```
7. Go back to github `Actions` page an re-run previously failed jobs.
### Documentation on _readthedocs_
Expand Down

0 comments on commit eb28222

Please sign in to comment.