Skip to content

Commit 6e8cbb7

Browse files
committed
Apply pre-commit autofixes
1 parent 1ffd196 commit 6e8cbb7

48 files changed

Lines changed: 184 additions & 205 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
To help us understand and resolve your issue, please fill out the form to the best of your ability.
8+
To help us understand and resolve your issue, please fill out the form to the best of your ability.
99
- type: textarea
1010
id: summary
1111
attributes:
1212
label: Bug summary
1313
description: Please provide 1-2 short sentences that succinctly describes the bug
14-
placeholder:
14+
placeholder:
1515
value:
1616
validations:
1717
required: true
1818
- type: textarea
1919
id: reproduction
2020
attributes:
2121
label: Code for reproduction
22-
description: If possible, please provide a minimum self-contained example.
22+
description: If possible, please provide a minimum self-contained example.
2323
placeholder: Paste your code here
2424
render: python
2525
validations:
@@ -28,7 +28,7 @@ body:
2828
id: actual
2929
attributes:
3030
label: Actual outcome
31-
description: Please provide the output produced by the above code, which may be a screenshot, console output, etc.
31+
description: Please provide the output produced by the above code, which may be a screenshot, console output, etc.
3232
placeholder: if applicable, paste the console output and images here
3333
validations:
3434
required: true
@@ -44,7 +44,7 @@ body:
4444
attributes:
4545
label: Operating system
4646
description: What operating system are you using?
47-
placeholder: Windows, OS/X, Arch, Debian, Ubuntu, etc.
47+
placeholder: Windows, OS/X, Arch, Debian, Ubuntu, etc.
4848
- type: input
4949
id: matplotlib-version
5050
attributes:
@@ -54,7 +54,7 @@ body:
5454
required: true
5555
- type: input
5656
id: matplotlib-backend
57-
attributes:
57+
attributes:
5858
label: Matplotlib Backend
5959
placeholder: print(matplotlib.get_backend())
6060
- type: input

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ body:
1111
id: link
1212
attributes:
1313
label: Documentation Link
14-
description: Please provide a link to any documentation or examples that you are referencing.
14+
description: Please provide a link to any documentation or examples that you are referencing.
1515
placeholder: https://matplotlib.org/devdocs/
1616
- type: textarea
1717
id: problem
1818
attributes:
1919
label: Problem
20-
description: What is missing, unclear, or wrong in the documentation?
20+
description: What is missing, unclear, or wrong in the documentation?
2121
placeholder: |
2222
* I found [...] to be unclear because [...]
2323
* [...] made me think that [...] when really it should be [...]
@@ -47,5 +47,3 @@ body:
4747
placeholder: check under the logo
4848
validations:
4949
required: true
50-
51-

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for thinking of a way to improve Matplotlib. Please search the issues for relevant feature requests before creating a new feature request.
9+
Thanks for thinking of a way to improve Matplotlib. Please search the issues for relevant feature requests before creating a new feature request.
1010
- type: textarea
1111
id: problem
1212
attributes:
1313
label: Problem
14-
description: Please provide a clear and concise description of the problem this feature will solve.
14+
description: Please provide a clear and concise description of the problem this feature will solve.
1515
placeholder: |
1616
* I'm always frustrated when [...] because [...]
1717
* I would like it if [...] happened when I [...] because [...]
@@ -30,7 +30,3 @@ body:
3030
label: Additional context and prior art
3131
description: Add any other context or screenshots about the feature request here. You can also include links to examples of other programs that have something similar to your request.
3232
placeholder: Another project [...] solved this by [...]
33-
34-
35-
36-

.github/ISSUE_TEMPLATE/maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ body:
77
id: summary
88
attributes:
99
label: Summary
10-
description: Please provide 1-2 short sentences that succinctly describes what could be improved.
10+
description: Please provide 1-2 short sentences that succinctly describes what could be improved.
1111
validations:
1212
required: true
1313
- type: textarea
1414
id: fix
1515
attributes:
1616
label: Proposed fix
17-
description: Please describe how you think this could be improved.
17+
description: Please describe how you think this could be improved.

.github/workflows/clean_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
printf 'The following files were both added and deleted in this PR:\n%s\n' "$ad"
2020
exit 1
2121
fi
22-

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ representative at an online or offline event.
6262
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6363
reported to the community leaders responsible for enforcement at
6464
matplotlib@numfocus.org (monitored by Thomas Caswell (\@tacaswell) and Hannah
65-
Aizenman (\@story645)) or a report can be made using the [NumFOCUS Code of Conduct report form][numfocus form].
65+
Aizenman (\@story645)) or a report can be made using the [NumFOCUS Code of Conduct report form][numfocus form].
6666
If community leaders cannot come to a resolution about enforcement, reports will be escalated to the NumFocus Code of Conduct committee (conduct@numfocus.org).
6767
All complaints will be reviewed and investigated promptly and fairly.
6868

LICENSE/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ products or services of Licensee, or any third party.
9696

9797
8. By copying, installing or otherwise using matplotlib,
9898
Licensee agrees to be bound by the terms and conditions of this License
99-
Agreement.
99+
Agreement.

LICENSE/LICENSE_AMSFONTS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ with others.
165165

166166
The OFL allows the licensed fonts to be used, studied, modified and
167167
redistributed freely as long as they are not sold by themselves. The
168-
fonts, including any derivative works, can be bundled, embedded,
168+
fonts, including any derivative works, can be bundled, embedded,
169169
redistributed and/or sold with any software provided that any reserved
170170
names are not used by derivative works. The fonts and derivatives,
171171
however, cannot be released under any other type of license. The

LICENSE/LICENSE_BAKOMA

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010

1111
2) BaKoMa-AMS (1.2/19-Jan-95)
1212
AMS TeX fonts in PostScript Type 1 and TrueType font formats.
13-
13+
1414
Copyright (C) 1994, 1995, Basil K. Malyshev. All Rights Reserved.
1515

16-
Permission to copy and distribute these fonts for any purpose is
17-
hereby granted without fee, provided that the above copyright notice,
18-
author statement and this permission notice appear in all copies of
16+
Permission to copy and distribute these fonts for any purpose is
17+
hereby granted without fee, provided that the above copyright notice,
18+
author statement and this permission notice appear in all copies of
1919
these fonts and related documentation.
2020

21-
Permission to modify and distribute modified fonts for any purpose is
22-
hereby granted without fee, provided that the copyright notice,
23-
author statement, this permission notice and location of original
21+
Permission to modify and distribute modified fonts for any purpose is
22+
hereby granted without fee, provided that the copyright notice,
23+
author statement, this permission notice and location of original
2424
fonts (http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma)
2525
appear in all copies of modified fonts and related documentation.
2626

2727
Permission to use these fonts (embedding into PostScript, PDF, SVG
28-
and printing by using any software) is hereby granted without fee.
28+
and printing by using any software) is hereby granted without fee.
2929
It is not required to provide any notices about using these fonts.
3030

3131
Basil K. Malyshev
@@ -37,4 +37,3 @@
3737

3838
E-Mail: bakoma@mail.ru
3939
or malyshev@mail.ihep.ru
40-

LICENSE/LICENSE_CARLOGO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ TERMINATION
4242
This license becomes null and void if any of the above conditions are not met.
4343

4444
DISCLAIMER
45-
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
45+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

0 commit comments

Comments
 (0)