Skip to content

Commit

Permalink
Delete trailing spaces
Browse files Browse the repository at this point in the history
...and add missing trailing newline for POSIX compliance.
  • Loading branch information
DimitriPapadopoulos committed Jul 19, 2023
1 parent 13cdbff commit 96a23d9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# lint codebase with black and ruff
4e348d6b80c96da461fd866576c971b8a659ba15
4e348d6b80c96da461fd866576c971b8a659ba15
2 changes: 1 addition & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ html[data-theme=dark] h1 {

html[data-theme=dark] h3 {
color: #0a6774;
}
}
2 changes: 1 addition & 1 deletion docs/acknowledgments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ documentation, code reviews, comments and/or ideas:
* :user:`gsakkis`
* :user:`hailiangzhang <hailiangzhang>`
* :user:`pmav99 <pmav99>`
* :user:`sbalmer <sbalmer>`
* :user:`sbalmer <sbalmer>`
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ Test coverage
Zarr maintains 100% test coverage under the latest Python stable release (currently
Python 3.8). Both unit tests and docstring doctests are included when computing
coverage. Running::

$ python -m pytest -v --cov=zarr --cov-config=pyproject.toml zarr

will automatically run the test suite with coverage and produce a coverage report.
This should be 100% before code can be accepted into the main code base.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Zarr-Python
**Version**: |version|

**Download documentation**: `Zipped HTML <https://zarr.readthedocs.io/_/downloads/en/stable/htmlzip/>`_

**Useful links**:
`Installation <installation.html>`_ |
`Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
Expand Down Expand Up @@ -101,4 +101,4 @@ Zarr is a file storage format for chunked, compressed, N-dimensional arrays base
:color: dark
:click-parent:

To the contributor's guide
To the contributor's guide
2 changes: 1 addition & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Enhancements
* Allow for partial codec specification in V3 array metadata.
By :user:`Joe Hamman <jhamman>` :issue:`1443`.

* Add ``__contains__`` method to ``KVStore``.
* Add ``__contains__`` method to ``KVStore``.
By :user:`Christoph Gohlke <cgohlke>` :issue:`1454`.

* **Block Indexing**: Implemented blockwise (chunk blocks) indexing to ``zarr.Array``.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ follow_imports = "silent"
[tool.pytest.ini_options]
doctest_optionflags = [
"NORMALIZE_WHITESPACE",
"ELLIPSIS",
"ELLIPSIS",
"IGNORE_EXCEPTION_DETAIL",
]
addopts = [
Expand Down

0 comments on commit 96a23d9

Please sign in to comment.