Skip to content

Commit 9e7c3d8

Browse files
Remove trailing spaces and empty lines (#1075)
1 parent ce129a5 commit 9e7c3d8

File tree

10 files changed

+7
-13
lines changed

10 files changed

+7
-13
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ Contributing
22
============
33

44
Please see the [project documentation](https://zarr.readthedocs.io/en/stable/contributing.html) for information about contributing to Zarr.
5-

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ contact_links:
66
- name: ❓ Discuss something on gitter
77
url: https://gitter.im/zarr-developers/community
88
about: For questions like "How do I do X with Zarr?", you can move to our Gitter channel.
9-
- name: ❓ Discuss something on GitHub Discussions
9+
- name: ❓ Discuss something on GitHub Discussions
1010
url: https://github.com/zarr-developers/zarr-python/discussions
1111
about: For questions like "How do I do X with Zarr?", you can move to GitHub Discussions.

.github/workflows/python-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,3 @@ jobs:
8989
conda activate zarr-env
9090
flake8 zarr
9191
mypy zarr
92-
93-

.github/workflows/windows-testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ jobs:
5858
- name: Conda list
5959
shell: pwsh
6060
run: conda list
61-

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

bench/compress_normal.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,3 @@ Line # Hits Time Per Hit % Time Line Contents
158158
132 # handle errors
159159
133 200 128 0.6 0.1 if ret <= 0:
160160
134 raise RuntimeError('error during blosc decompression: %d' % ret)
161-

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def setup(app):
311311
# Example configuration for intersphinx: refer to the Python standard library.
312312
# use in refs e.g:
313313
# :ref:`comparison manual <python:comparisons>`
314-
intersphinx_mapping = { 'python':('https://docs.python.org/', None),
314+
intersphinx_mapping = { 'python':('https://docs.python.org/', None),
315315
'numpy': ('https://numpy.org/doc/stable/', None)}
316316

317317

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ locally. To run the Azure Blob Service storage tests, run an Azure
166166
storage emulator (e.g., azurite) and set the environment variable
167167
``ZARR_TEST_ABS=1``. If you're using Docker to run azurite, start the service with::
168168

169-
docker run --rm -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --loose --blobHost 0.0.0.0
169+
docker run --rm -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --loose --blobHost 0.0.0.0
170170

171171
To run the Mongo DB storage tests, run a Mongo
172172
server locally and set the environment variable ``ZARR_TEST_MONGO=1``.
@@ -332,7 +332,7 @@ compatibility in some way.
332332
Release procedure
333333
~~~~~~~~~~~~~~~~~
334334

335-
.. note::
335+
.. note::
336336

337337
Most of the release process is now handled by github workflow which should
338338
automatically push a release to PyPI if a tag is pushed.

docs/spec/v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ Structured data types may also be nested, e.g., the following JSON
174174
list defines a data type with two fields "foo" and "bar", where "bar"
175175
has two sub-fields "baz" and "qux"::
176176

177-
[["foo", "<f4"], ["bar", [["baz", "<f4"], ["qux", "<i4"]]]]
178-
177+
[["foo", "<f4"], ["bar", [["baz", "<f4"], ["qux", "<i4"]]]]
178+
179179
.. _spec_v2_array_fill_value:
180180

181181
Fill value encoding

docs/talks/scipy2019/submission.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Authors
118118

119119
Project contributors are listed in alphabetical order by surname.
120120

121-
* `Ryan Abernathey <https://github.com/rabernat>`_, Columbia University
121+
* `Ryan Abernathey <https://github.com/rabernat>`_, Columbia University
122122
* `Stephan Balmer <https://github.com/sbalmer>`_, Meteotest
123123
* `Ambrose Carr <https://github.com/ambrosejcarr>`_, Chan Zuckerberg Initiative
124124
* `Tim Crone <https://github.com/tjcrone>`_, Columbia University

0 commit comments

Comments
 (0)