Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 21, 2020
1 parent ed2b870 commit 7389386
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 @@ -45,7 +45,7 @@ Check your installation with
.. code-block:: bash
$ nbqa --version
nbqa 0.1.8
nbqa 0.1.9
Quickstart
----------
Expand Down Expand Up @@ -141,19 +141,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.8
rev: 0.1.9
hooks:
- id: nbqa
args: ['flake8']
name: nbqa-flake8
- repo: https://github.com/MarcoGorelli/nbQA-mirror-1
rev: 0.1.8
rev: 0.1.9
hooks:
- id: nbqa
args: ['isort']
name: nbqa-isort
- repo: https://github.com/MarcoGorelli/nbQA-mirror-2
rev: 0.1.8
rev: 0.1.9
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
@@ -1,3 +1,3 @@
__author__ = """Marco Gorelli"""
__email__ = "m.e.gorelli@gmail.com"
__version__ = "0.1.8"
__version__ = "0.1.9"
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.8
current_version = 0.1.9

[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.8",
version="0.1.9",
zip_safe=False,
)

0 comments on commit 7389386

Please sign in to comment.