Skip to content

Commit

Permalink
chore: improve documentation around pyproject.toml usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Mar 25, 2023
1 parent 5f65de3 commit a2359ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ With Pip:
$ pip install radon
With Pip and `pyproject.toml` support on Python <3.11:
If you want to configure Radon from `pyproject.toml` and you run Python <3.11,
you'll need the extra `toml` dependency:

.. code-block:: sh
Expand Down
2 changes: 1 addition & 1 deletion docs/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For example, all of the radon commands have a ``--exclude`` and ``--ignore`` arg
Radon will look for the following files to determine default arguments:

* ``radon.cfg``
* ``pyproject.toml`` (with optional toml install before python 3.11)
* ``pyproject.toml`` (with optional `toml` install on Python <3.11)
* ``setup.cfg``
* ``~/.radon.cfg``

Expand Down

0 comments on commit a2359ce

Please sign in to comment.