Skip to content

Commit c1a33a4

Browse files
STY: Apply end-of-file-fixer pre-commit hook
1 parent 787bdf0 commit c1a33a4

File tree

32 files changed

+22
-32
lines changed

32 files changed

+22
-32
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ jobs:
305305
pinned: false
306306
close-previous: false
307307
env:
308-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
308+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,3 @@ For more information, please visit `the informational page
116116
<https://sustainable-open-science-and-software.github.io/>`__ or download the
117117
`participant information sheet
118118
<https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf>`__.
119-

doc/_static/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ contour_frontpage.png
22
histogram_frontpage.png
33
membrane_frontpage.png
44
surface3d_frontpage.png
5-

doc/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"name": "2.2",
2020
"version": "2.2.4"
2121
},
22-
]
22+
]

doc/api/_enums_api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
.. autoclass:: CapStyle
1313
:members: demo
1414
:exclude-members: butt, round, projecting, input_description
15-

doc/api/lines_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Functions
2626
:template: autosummary.rst
2727

2828
segment_hits
29-
29+

doc/api/next_api_changes/behavior/22639-RA.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ MacOSX backend to use sRGB instead of GenericRGB colorspace
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
MacOSX backend now display sRGB tagged image instead of GenericRGB which is
44
an older (now deprecated) Apple colorspace. This is the source colorspace
5-
used by ColorSync to convert to the current display profile.
5+
used by ColorSync to convert to the current display profile.

doc/api/next_api_changes/behavior/22691-JMK.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ QuadMesh mouseover defaults to False
33

44
New in 3.5, `.QuadMesh.get_cursor_data` allows display of data values
55
under the cursor. However, this can be very slow for large meshes, so
6-
by `.QuadMesh.set_mouseover` defaults to *False*.
6+
by `.QuadMesh.set_mouseover` defaults to *False*.

doc/api/next_api_changes/deprecations/22133-OG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
The modules ``matplotlib.AFM``, ``matplotlib.configfont_pattern``, and
55
``matplotlib.Type1Font`` are considered internal and public access is
6-
deprecated.
6+
deprecated.

doc/api/next_api_changes/deprecations/22134-OG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Modules ``tight_bbox`` and ``tight_layout`` deprecated
22
------------------------------------------------------
33

44
The modules ``matplotlib.tight_bbox`` and ``matplotlib.tight_layout`` are
5-
considered internal and public access is deprecated.
5+
considered internal and public access is deprecated.

0 commit comments

Comments
 (0)