isort docs have changed urls (#2390)
This commit is contained in:
parent
65abd1006b
commit
6559bdbd9d
@ -24,10 +24,10 @@ to conflicting changes.
|
|||||||
#### Profile
|
#### Profile
|
||||||
|
|
||||||
Since version 5.0.0, isort supports
|
Since version 5.0.0, isort supports
|
||||||
[profiles](https://pycqa.github.io/isort/docs/configuration/profiles/) to allow easy
|
[profiles](https://pycqa.github.io/isort/docs/configuration/profiles.html) to allow easy
|
||||||
interoperability with common code styles. You can set the black profile in any of the
|
interoperability with common code styles. You can set the black profile in any of the
|
||||||
[config files](https://pycqa.github.io/isort/docs/configuration/config_files/) supported
|
[config files](https://pycqa.github.io/isort/docs/configuration/config_files.html)
|
||||||
by isort. Below, an example for `pyproject.toml`:
|
supported by isort. Below, an example for `pyproject.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
|
Loading…
Reference in New Issue
Block a user