Skip to content

Commit

Permalink
Merge Reference README section into Configuration section
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile authored and charliermarsh committed Feb 17, 2023
1 parent d658bfc commit c88e05d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ This README is also available as [documentation](https://beta.ruff.rs/docs/).
1. [FAQ](#faq)
1. [Contributing](#contributing)
1. [Support](#support)
1. [Reference](#reference)
1. [Acknowledgements](#acknowledgements)
1. [License](#license)

Expand Down Expand Up @@ -210,8 +209,8 @@ Or, to enable autofix:
<!-- Begin section: Configuration -->
Ruff is configurable both via `pyproject.toml`, `ruff.toml`, and the command line. For a full list of configurable
options, see the [API reference](#reference).
Ruff is configurable both via `pyproject.toml`, `ruff.toml`, and the command line.
For a full list of configurable options, see the [list of all options](https://beta.ruff.rs/docs/settings/).

### Configure via `pyproject.toml`

Expand Down Expand Up @@ -343,7 +342,7 @@ unfixable = ["B"]
"path/to/file.py" = ["E402"]
```

For a full list of configurable options, see the [API reference](#reference).
For a full list of configurable options, see the [list of all options](https://beta.ruff.rs/docs/settings/).

### Command-line interface

Expand Down Expand Up @@ -1265,10 +1264,6 @@ or feel free to [**open a new one**](https://github.com/charliermarsh/ruff/issue

You can also ask for help on [**Discord**](https://discord.gg/c9MhzV8aU5).

## Reference

See the [list of all options](https://beta.ruff.rs/docs/settings/).

<!-- Begin section: Acknowledgements -->

## Acknowledgements
Expand Down

0 comments on commit c88e05d

Please sign in to comment.