Skip to content

Commit 4f0e784

Browse files
authored
Merge pull request #1 from dylanljones/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1f0e56d + 0f1f47d commit 4f0e784

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.2.0
6+
rev: v4.3.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -13,13 +13,13 @@ repos:
1313
- id: check-toml
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.3.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black
1919
args: [ --safe ]
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 4.0.1
22+
rev: 5.0.4
2323
hooks:
2424
- id: flake8
2525
args: [--config, setup.cfg]

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ where `VERSION` is a release, tag or branch name.
1111

1212
## Introduction
1313

14-
Matplotlib allows you to customize the properties and default styles of plots.
14+
Matplotlib allows you to customize the properties and default styles of plots.
1515
There are three ways to customize Matplotlib (see [mplstyle] for more information):
1616
- [Setting rcParams at runtime](https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-dynamic-rc-settings)
1717
- [Using style sheets](https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-style-sheets)
1818
- [Changing your matplotlibrc file](https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-matplotlibrc-files)
1919

20-
> **Warning**: Setting rcParams at runtime takes precedence over style sheets,
20+
> **Warning**: Setting rcParams at runtime takes precedence over style sheets,
2121
style sheets take precedence over ``matplotlibrc`` files.
2222

23-
This project uses the third option and is intended as a collection of usefull
23+
This project uses the third option and is intended as a collection of usefull
2424
matplotlibrc style files for scientific plotting.
2525

2626
Please feel free to add your own favourite styles to the libary! Start from the empty
2727
``matplotlibrc`` template file ``default.mplstyle`` and change the parameters you like.
2828
If you are happy with the style, add the file to the ``mplstyles`` and open a pull request.
2929

3030

31-
> **Note**: If you are using PyCharm to edit the ``*.mplstyle`` files, right-click on the file
31+
> **Note**: If you are using PyCharm to edit the ``*.mplstyle`` files, right-click on the file
3232
and click 'Override File Type'. There, choose the ``Ini`` file-type. This enables
3333
some synthax highlighting, which makes it easier to find uncommented sections.
3434

0 commit comments

Comments
 (0)