Skip to content

Commit 8378eaa

Browse files
authored
Merge pull request #5 from ianhi/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1fe0da4 + 4940058 commit 8378eaa

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.24.0
8+
rev: v2.25.0
99
hooks:
1010
- id: pyupgrade
1111
args: [--py37-plus, --keep-runtime-typing]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
26-
rev: 21.7b0
26+
rev: 21.8b0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

docs/autoapi/mpl_point_clicker._clicker.clicker.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@
1515

1616
~clicker.__init__
1717
~clicker.get_positions
18-
19-
20-
21-
22-
23-

mpl_point_clicker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (c) Ian Hunt-Isaak.
44
# Distributed under the terms of the Modified BSD License.
55

6-
from ._version import __version__
76
from ._clicker import clicker
7+
from ._version import __version__
88

99
__all__ = [
1010
"__version__",

0 commit comments

Comments
 (0)