Skip to content

Commit

Permalink
fix directive
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 17, 2020
1 parent 1f02786 commit 253b565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ As command-line tool

Just as you would normally run, e.g.

.. code-block:
.. code-block::
flake8 my_python_file.py
, :code:`nbQA` allows you to run

.. code-block:
.. code-block::
nbqa flake8 my_jupyter_notebook.ipynb
. Any extra flags / configuration will be passed on to :code:`nbqa` - so for example, the following is valid:

.. code-block:
.. code-block::
nbqa black my_jupyter_notebook.ipynb --check
Expand Down

0 comments on commit 253b565

Please sign in to comment.