Skip to content

Commit

Permalink
suggestions from pull request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 30, 2023
1 parent 844fb96 commit 64eceda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- This PR fixes #xyz
- [ ] (If applicable) Documentation has been added / updated (for bug fixes / features).
- [ ] (If applicable) Tests have been added.
- [ ] HISTORY.rst has been updated (with summary of main changes).
- [ ] CHANGES.rst has been updated (with summary of main changes).
- [ ] Link to issue (:issue:`number`) and pull request (:pull:`number`) has been added.

### What kind of change does this PR introduce?
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
mamba --version
echo "micromamba $(micromamba --version)"
- name: Compile catalogs and install {{ cookiecutter.project_slug }}
- name: Install {{ cookiecutter.project_name }}
run: |
python -m pip install --no-deps .
- name: Check versions
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ To run specific code style checks::
$ ruff {{ cookiecutter.project_slug }} tests
$ flake8 {{ cookiecutter.project_slug }} tests

To get ``black``, ``isort ``blackdoc``, ``ruff``, and ``flake8`` (with plugins ``flake8-alphabetize`` and ``flake8-rst-docstrings``) simply `$ pip install` them into your environment.
To get ``black``, ``isort ``blackdoc``, ``ruff``, and ``flake8`` (with plugins ``flake8-alphabetize`` and ``flake8-rst-docstrings``) simply install them with `pip` {% if cookiecutter.use_conda == 'y' %}(or `conda`) {% endif %}into your environment.

Versioning/Tagging
------------------
Expand Down

0 comments on commit 64eceda

Please sign in to comment.