Skip to content

Commit

Permalink
update dir example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 18, 2020
1 parent a32fbf7 commit 17ae089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Check your installation with
.. code-block:: bash
$ nbqa --version
nbqa 0.1.2
nbqa 0.1.3
Quickstart
----------
Expand All @@ -64,7 +64,7 @@ For example, you could run:
$ nbqa mypy my_notebook.ipynb --ignore-missing-imports
$ nbqa pytest my_notebook.ipynb --doctest-modules
You can also pass an entire directory instead of a single file, e.g. :code:`nbqa flake8 .`.
You can also pass an entire directory instead of a single file, e.g. :code:`nbqa flake8 my_notebooks`.

Examples
--------
Expand Down

0 comments on commit 17ae089

Please sign in to comment.