Skip to content

Commit 5691bea

Browse files
authored
Merge pull request #87 from jimustafa/expand-pre-commit-coverage
2 parents 67f86da + d639342 commit 5691bea

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
exclude: |
2+
(?x)^(
3+
.+[.]svg|
4+
)$
15
repos:
26
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
7+
rev: v4.0.1
48
hooks:
59
- id: check-yaml
610
- id: end-of-file-fixer
7-
files: (?x)^(
8-
[\w-]+[.]tex|
9-
scripts/[\w-]+[.]py|
10-
)$
1111
- id: trailing-whitespace
12-
files: (?x)^(
13-
[\w-]+[.]tex|
14-
scripts/[\w-]+[.]py|
15-
)$

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Cheatsheets
44
Cheatsheet [(download pdf)](https://matplotlib.org/cheatsheets/cheatsheets.pdf) | |
55
:------------------------------------------------------------------------------:|:----------------------------------------------------------:
6-
![](https://matplotlib.org/cheatsheets/cheatsheets-1.png) | ![](https://matplotlib.org/cheatsheets/cheatsheets-2.png)
6+
![](https://matplotlib.org/cheatsheets/cheatsheets-1.png) | ![](https://matplotlib.org/cheatsheets/cheatsheets-2.png)
77

88
## Handouts
99

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Cheatsheets
2323
:width: 270px
2424
:align: center
2525
:alt: image of second page of cheatsheets
26-
26+
2727

2828
`Cheatsheets [pdf] <./cheatsheets.pdf>`_
2929

@@ -62,4 +62,3 @@ Handouts
6262
:alt: image of tips handout
6363

6464
`Tips [pdf] <./handout-tips.pdf>`_
65-

0 commit comments

Comments
 (0)