Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ end_of_line = crlf
insert_final_newline = false

[Makefile]
indent_style = tab
indent_style = tab
2 changes: 1 addition & 1 deletion template/.readthedocs.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ formats:
python:
install:
- method: pip
path: ".[docs]"
path: ".[docs]"
3 changes: 1 addition & 2 deletions template/CONTRIBUTING.rst.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. highlight:: shell

============
Expand Down Expand Up @@ -75,4 +74,4 @@ extensions in `Visual Studio Code <https://code.visualstudio.com/>`_ ...
7. Submit a pull request on the develop branch through the GitHub website.


.. _general contributing guidelines: https://pyfar-gallery.readthedocs.io/en/latest/contribute/index.html
.. _general contributing guidelines: https://pyfar-gallery.readthedocs.io/en/latest/contribute/index.html
2 changes: 1 addition & 1 deletion template/HISTORY.rst.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Fixed

Added
^^^^^
* First release on PyPI.
* First release on PyPI.
3 changes: 2 additions & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ lint.ignore = [
"B008", # Do not perform calls in argument defaults
"PT018", # Assertion should be broken down into multiple parts
"PT019", # Fixture `_` without value is injected as parameter

]
lint.select = [
"B", # bugbear extension
Expand Down Expand Up @@ -155,4 +156,4 @@ replace = '\nversion = "{new_version}"'
[[tool.bumpversion.files]]
filename = "{{ project_slug }}/__init__.py"
search = "__version__ = '{current_version}'"
replace = "__version__ = '{new_version}'"
replace = "__version__ = '{new_version}'"