diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b697e9e..27c2048 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,11 @@ +exclude: | + (?x)^( + .+[.]svg| + )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: check-yaml - id: end-of-file-fixer - files: (?x)^( - [\w-]+[.]tex| - scripts/[\w-]+[.]py| - )$ - id: trailing-whitespace - files: (?x)^( - [\w-]+[.]tex| - scripts/[\w-]+[.]py| - )$ diff --git a/README.md b/README.md index 6c1975e..d956a69 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Cheatsheets Cheatsheet [(download pdf)](https://matplotlib.org/cheatsheets/cheatsheets.pdf) | | :------------------------------------------------------------------------------:|:----------------------------------------------------------: -![](https://matplotlib.org/cheatsheets/cheatsheets-1.png) | ![](https://matplotlib.org/cheatsheets/cheatsheets-2.png) +![](https://matplotlib.org/cheatsheets/cheatsheets-1.png) | ![](https://matplotlib.org/cheatsheets/cheatsheets-2.png) ## Handouts diff --git a/docs/index.rst b/docs/index.rst index 641beb7..edff8cc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,7 +23,7 @@ Cheatsheets :width: 270px :align: center :alt: image of second page of cheatsheets - + `Cheatsheets [pdf] <./cheatsheets.pdf>`_ @@ -62,4 +62,3 @@ Handouts :alt: image of tips handout `Tips [pdf] <./handout-tips.pdf>`_ -