Skip to content

Commit

Permalink
Merge pull request #1250 from hukkinj1/develop
Browse files Browse the repository at this point in the history
Remove references to removed isort[pyproject] extra in README
  • Loading branch information
timothycrosley authored Jul 4, 2020
2 parents 5325832 + 1a74870 commit 1c24e30
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ Install isort with both formats support:
pip install isort[requirements,pipfile]
```

Install isort with support for reading configuration from `pyproject.toml`:

```bash
pip install isort[pyproject]
```

Using isort
===========

Expand Down Expand Up @@ -237,8 +231,7 @@ Or, if you prefer, you can add an `isort` or `tool:isort` section to
your project's `setup.cfg` or `tox.ini` file with any desired settings.

You can also add your desired settings under a `[tool.isort]` section in
your `pyproject.toml` file. For `pyproject.toml` support, use
`pip install isort[pyproject]`.
your `pyproject.toml` file.

You can then override any of these settings by using command line
arguments, or by passing in override values to any of the public Python API
Expand Down

0 comments on commit 1c24e30

Please sign in to comment.