Skip to content

Commit 6cb3cf1

Browse files
Delete trailing spaces (#1424)
...and add missing trailing newline for POSIX compliance.
1 parent f3ba0b1 commit 6cb3cf1

7 files changed

+9
-9
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# lint codebase with black and ruff
2-
4e348d6b80c96da461fd866576c971b8a659ba15
2+
4e348d6b80c96da461fd866576c971b8a659ba15

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ html[data-theme=dark] h1 {
120120

121121
html[data-theme=dark] h3 {
122122
color: #0a6774;
123-
}
123+
}

docs/acknowledgments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ documentation, code reviews, comments and/or ideas:
7373
* :user:`gsakkis`
7474
* :user:`hailiangzhang <hailiangzhang>`
7575
* :user:`pmav99 <pmav99>`
76-
* :user:`sbalmer <sbalmer>`
76+
* :user:`sbalmer <sbalmer>`

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ Test coverage
213213
Zarr maintains 100% test coverage under the latest Python stable release (currently
214214
Python 3.8). Both unit tests and docstring doctests are included when computing
215215
coverage. Running::
216-
216+
217217
$ python -m pytest -v --cov=zarr --cov-config=pyproject.toml zarr
218-
218+
219219
will automatically run the test suite with coverage and produce a coverage report.
220220
This should be 100% before code can be accepted into the main code base.
221221

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Zarr-Python
2020
**Version**: |version|
2121

2222
**Download documentation**: `Zipped HTML <https://zarr.readthedocs.io/_/downloads/en/stable/htmlzip/>`_
23-
23+
2424
**Useful links**:
2525
`Installation <installation.html>`_ |
2626
`Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
@@ -101,4 +101,4 @@ Zarr is a file storage format for chunked, compressed, N-dimensional arrays base
101101
:color: dark
102102
:click-parent:
103103

104-
To the contributor's guide
104+
To the contributor's guide

docs/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Enhancements
3535
* Allow for partial codec specification in V3 array metadata.
3636
By :user:`Joe Hamman <jhamman>` :issue:`1443`.
3737

38-
* Add ``__contains__`` method to ``KVStore``.
38+
* Add ``__contains__`` method to ``KVStore``.
3939
By :user:`Christoph Gohlke <cgohlke>` :issue:`1454`.
4040

4141
* **Block Indexing**: Implemented blockwise (chunk blocks) indexing to ``zarr.Array``.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ follow_imports = "silent"
116116
[tool.pytest.ini_options]
117117
doctest_optionflags = [
118118
"NORMALIZE_WHITESPACE",
119-
"ELLIPSIS",
119+
"ELLIPSIS",
120120
"IGNORE_EXCEPTION_DETAIL",
121121
]
122122
addopts = [

0 commit comments

Comments
 (0)