Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 24, 2020
1 parent 679a740 commit 892eb94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Check your installation with
.. code-block:: bash
$ nbqa --version
nbqa 0.1.9
nbqa 0.1.10
Quickstart
----------
Expand Down Expand Up @@ -156,19 +156,19 @@ could add to your :code:`.pre-commit-config.yaml` file:
.. code-block:: yaml
- repo: https://github.com/MarcoGorelli/nbQA-mirror-0
rev: 0.1.9
rev: 0.1.10
hooks:
- id: nbqa
args: ['flake8']
name: nbqa-flake8
- repo: https://github.com/MarcoGorelli/nbQA-mirror-1
rev: 0.1.9
rev: 0.1.10
hooks:
- id: nbqa
args: ['isort']
name: nbqa-isort
- repo: https://github.com/MarcoGorelli/nbQA-mirror-2
rev: 0.1.9
rev: 0.1.10
hooks:
- id: nbqa
args: ['mypy']
Expand Down
2 changes: 1 addition & 1 deletion nbqa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Marco Gorelli"""
__email__ = "m.e.gorelli@gmail.com"
__version__ = "0.1.9"
__version__ = "0.1.10"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.9
current_version = 0.1.10

[flake8]
ignore = E203,E503,W504
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/MarcoGorelli/nbQA",
version="0.1.9",
version="0.1.10",
zip_safe=False,
)

0 comments on commit 892eb94

Please sign in to comment.