Skip to content

Commit

Permalink
update v number in pre-commit example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 21, 2020
1 parent 71a6f47 commit 64c6199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
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.7
rev: 0.1.8
hooks:
- id: nbqa
args: ['flake8']
name: nbqa-flake8
- repo: https://github.com/MarcoGorelli/nbQA-mirror-1
rev: 0.1.7
rev: 0.1.8
hooks:
- id: nbqa
args: ['isort']
name: nbqa-isort
- repo: https://github.com/MarcoGorelli/nbQA-mirror-2
rev: 0.1.7
rev: 0.1.8
hooks:
- id: nbqa
args: ['mypy']
Expand Down

0 comments on commit 64c6199

Please sign in to comment.