Skip to content

Commit

Permalink
remove setup.py from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Gahr committed Apr 26, 2023
1 parent 8c4190a commit aa7f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ We recommend that you reformat using `isort <https://pycqa.github.io/isort/>`_ a

.. code:: bash
$ ssort src/ tests/; isort src/ tests/ setup.py; black src/ tests/ setup.py
$ ssort src/ tests/; isort src/ tests/; black src/ tests/
You can also setup ssort to run automatically before commit by setting up `pre-commit <https://pre-commit.com/index.html>`_,
and registering ssort in your `.pre-commit-config.yaml`.
Expand Down

0 comments on commit aa7f40b

Please sign in to comment.