From c88e05dc1b3de80c862deaca61891586e77a5fb9 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 15 Feb 2023 21:42:55 +0100 Subject: [PATCH] Merge Reference README section into Configuration section --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 76b222254c..dd3b820add 100644 --- a/README.md +++ b/README.md @@ -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) @@ -210,8 +209,8 @@ Or, to enable autofix: -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` @@ -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 @@ -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/). - ## Acknowledgements