Skip to content

Commit c35dcec

Browse files
committed
chore: normalize whitespace after pre-commit
1 parent 297dce1 commit c35dcec

30 files changed

Lines changed: 51 additions & 57 deletions

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
# Unpack tarball and verify + run the tests
230230
tar -xzvf "${TARBALL_FILENAME}"
231231
232-
cd "apache_libcloud-${VERSION}/"
232+
cd "apache_libcloud-${VERSION}/"
233233
tox -c tox.ini -epy3.10
234234
235235
- name: Verify Wheel Release Artifact

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,8 @@ Compute
894894
(#1615)
895895
[Miguel Caballer - @micafer]
896896

897-
- [CloudSigma] Various updates, improvements and new functionality in the
898-
driver (support for new regions, instance types, additional standard API an
897+
- [CloudSigma] Various updates, improvements and new functionality in the
898+
driver (support for new regions, instance types, additional standard API an
899899
extension methods, etc.).
900900

901901
(#1558)
@@ -1060,7 +1060,7 @@ Compute
10601060
(#1492)
10611061
[Miguel Caballer - @micafer]
10621062

1063-
- [EC2] Update supported EC2 regions and instance sizes and add support
1063+
- [EC2] Update supported EC2 regions and instance sizes and add support
10641064
for eu-north-1 region.
10651065
(#1486)
10661066
[Arturo Noha - @r2ronoha]

docs/_static/images/provider_logos/scaleway.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/backup/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Backup Base API
1919
:members:
2020

2121
.. autoclass:: libcloud.backup.types.BackupTargetJobStatusType
22-
:members:
22+
:members:

docs/compute/drivers/cloudscale.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Most of the `cloudscale.ch` API is covered by the simple commands:
3333
- ``driver.destroy_node(node)``
3434
- ``driver.create_node(name, size, image, ex_create_attr={})``
3535

36-
In our :ref:`example <cloudscale-examples>` below you can see how you use
37-
``ex_create_attr`` when creating servers. Possible dictionary entries in
36+
In our :ref:`example <cloudscale-examples>` below you can see how you use
37+
``ex_create_attr`` when creating servers. Possible dictionary entries in
3838
``ex_create_attr`` are:
3939

4040
- ``ssh_keys`` (``list`` of ``str``) - A list of SSH public keys.
@@ -65,10 +65,10 @@ API Docs
6565
--------
6666

6767
.. autoclass:: libcloud.compute.drivers.cloudscale.CloudscaleNodeDriver
68-
:members: create_node, list_images, list_nodes, list_sizes,
68+
:members: create_node, list_images, list_nodes, list_sizes,
6969
wait_until_running, reboot_node, ex_start_node, ex_stop_node,
7070
ex_node_by_uuid, destroy_node
71-
:undoc-members:
71+
:undoc-members:
7272

7373
.. _`cloudscale.ch`: https://www.cloudscale.ch
7474
.. _`cloudscale.ch API`: https://www.cloudscale.ch/en/api/v1

docs/compute/drivers/digital_ocean.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ API v2.0
4141

4242

4343
.. _`DigitalOcean`: https://www.digitalocean.com/
44-
.. _`reached end of life on November 9, 2015`: https://developers.digitalocean.com/documentation/changelog/api-v1/sunsetting-api-v1/
44+
.. _`reached end of life on November 9, 2015`: https://developers.digitalocean.com/documentation/changelog/api-v1/sunsetting-api-v1/

docs/compute/drivers/dimensiondata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ Debugging Tips
8787
ValueError: Invalid attribute name u'xmlns:xsi'
8888

8989
*Solution*:
90-
- Upgrade to python version 2.7.12 and above
90+
- Upgrade to python version 2.7.12 and above

docs/compute/drivers/nttcis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ Debugging Tips
8686
ValueError: Invalid attribute name u'xmlns:xsi'
8787

8888
*Solution*:
89-
- Upgrade to python version 2.7.12 and above
89+
- Upgrade to python version 2.7.12 and above

docs/compute/drivers/openstack.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Among many other private clouds, it also powers Rackspace's Public Cloud.
1616
Selecting the Nova API version
1717
------------------------------
1818

19-
Along with your connection criteria, you can specify the Nova version with `api_version`,
19+
Along with your connection criteria, you can specify the Nova version with `api_version`,
2020
currently supported versions of Nova are:
2121

2222
- 1.0
@@ -94,15 +94,15 @@ Available arguments:
9494
is provided, this step is skipped and the provided value is used directly.
9595
* ``ex_force_network_url`` - Base URL to the OpenStack neutron API endpoint. By default,
9696
driver obtains API endpoint URL from the server catalog, but if this argument
97-
is provided, this step is skipped and the provided value is used directly. Only valid
97+
is provided, this step is skipped and the provided value is used directly. Only valid
9898
in case of api_version >= 2.0.
9999
* ``ex_force_image_url`` - Base URL to the OpenStack glance API endpoint. By default,
100100
driver obtains API endpoint URL from the server catalog, but if this argument
101-
is provided, this step is skipped and the provided value is used directly. Only valid
101+
is provided, this step is skipped and the provided value is used directly. Only valid
102102
in case of api_version >= 2.0.
103103
* ``ex_force_volume_url`` - Base URL to the OpenStack cinder API endpoint. By default,
104104
driver obtains API endpoint URL from the server catalog, but if this argument
105-
is provided, this step is skipped and the provided value is used directly. Only valid
105+
is provided, this step is skipped and the provided value is used directly. Only valid
106106
in case of api_version >= 2.0.
107107
* ``ex_force_microversion`` - Microversion of the API to interact with OpenStack.
108108
Only valid in case of api_version >= 2.0.

docs/compute/drivers/outscale.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,3 @@ API Access Rules
355355
* ``ex_delete_api_access_rule`` - Returns a ``bool``
356356
* ``ex_read_api_access_rules`` - Returns a ``list`` of ``dict``
357357
* ``ex_update_api_access_rule`` - Returns a ``dict``
358-
359-

0 commit comments

Comments
 (0)