Skip to content

Commit f71f4ac

Browse files
authored
Merge pull request #4 from ianhi/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 26bade1 + f546e55 commit f71f4ac

File tree

17 files changed

+25
-34
lines changed

17 files changed

+25
-34
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ any necessary plotted data.
3737
**Version Info**
3838
<!--Please specify your platform and versions of the relevant libraries you are using:-->
3939
* Operating system:
40-
* Matplotlib version:
40+
* Matplotlib version:
4141
* Matplotlib backend (`print(matplotlib.get_backend())`):
4242
* Python version:
4343
* Jupyter version (if applicable):
44-
* Other libraries:
44+
* Other libraries:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ Before creating a new feature request please search the issues for relevant feat
3232
3333
* Another project [...] solved this by [...]
3434
-->
35-

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ cython_debug/
152152
[._]*.un~
153153

154154
## vscode
155-
.vscode
155+
.vscode

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/asottile/pyupgrade
8-
rev: v2.23.3
8+
rev: v2.24.0
99
hooks:
1010
- id: pyupgrade
1111
args: [--py37-plus, --keep-runtime-typing]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ pip install mpl_point_clicker
2121
```bash
2222
pip install -e ".[dev]"
2323
```
24-

docs/Contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributing
44

55
Thanks for thinking of a way to help improve this library! Remember that contributions come in all
66
shapes and sizes beyond writing bug fixes. Contributing to documentation, opening new `issues <https://github.com/ianhi/mpl-point-clicker/issues>`_,
7-
asking for clarification on things you find unclear, and requesting new features, are all super valuable contributions.
7+
asking for clarification on things you find unclear, and requesting new features, are all super valuable contributions.
88

99
Code Improvements
1010
-----------------
@@ -22,7 +22,7 @@ implementation of `conda` that offers significant speed ups. You can substitute
2222
Now clone your fork of the Git repository and make an editable (``-e``) install.
2323

2424
.. code-block:: bash
25-
25+
2626
git clone <your fork>
2727
cd mpl-point-clicker
2828
pip install -e ".[dev]"
@@ -33,7 +33,7 @@ Working with Git
3333

3434
Using Git/Github can confusing (https://xkcd.com/1597/) so if you're new to Git, you may find
3535
it helpful to use a program like `Github Desktop <desktop.github.com>`_ and to follow
36-
a `guide <https://github.com/firstcontributions/first-contributions#first-contributions>`_.
36+
a `guide <https://github.com/firstcontributions/first-contributions#first-contributions>`_.
3737

3838
Also feel free to ask for help/advice on the relevant Github `issue <https://github.com/ianhi/mpl-point-clicker/issues>`_.
3939

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ watch:
2020
# Catch-all target: route all unknown targets to Sphinx using the new
2121
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2222
%: Makefile
23-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
23+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs/autoapi/mpl_point_clicker._clicker.clicker.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55

66
.. autoclass:: clicker
77

8-
8+
99
.. automethod:: __init__
1010

11-
11+
1212
.. rubric:: Methods
1313

1414
.. autosummary::
15-
15+
1616
~clicker.__init__
1717
~clicker.get_positions
18-
19-
2018

21-
22-
23-
19+
20+
21+
22+
23+

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
author = 'Ian Hunt-Isaak'
2424

2525
# The full version, including alpha/beta/rc tags
26-
from _version import __version__ as release
2726

2827

2928
# -- General configuration ---------------------------------------------------

docs/examples/example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
},
5252
"nbformat": 4,
5353
"nbformat_minor": 0
54-
}
54+
}

0 commit comments

Comments
 (0)