mirror of https://github.com/astral-sh/ruff
Add error code categories to table of contents (#504)
This commit is contained in:
parent
934db3d179
commit
80b00cc89f
26
README.md
26
README.md
|
|
@ -38,13 +38,25 @@ Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-mu
|
||||||
1. [Installation and Usage](#installation-and-usage)
|
1. [Installation and Usage](#installation-and-usage)
|
||||||
2. [Configuration](#configuration)
|
2. [Configuration](#configuration)
|
||||||
3. [Supported Rules](#supported-rules)
|
3. [Supported Rules](#supported-rules)
|
||||||
4. [Editor Integrations](#editor-integrations)
|
1. [Pyflakes](#pyflakes)
|
||||||
5. [FAQ](#faq)
|
2. [pycodestyle (error)](#pycodestyle-error)
|
||||||
6. [Development](#development)
|
3. [pycodestyle (warning)](#pycodestyle-warning)
|
||||||
7. [Releases](#releases)
|
4. [pydocstyle](#pydocstyle)
|
||||||
8. [Benchmarks](#benchmarks)
|
5. [pyupgrade](#pyupgrade)
|
||||||
9. [License](#license)
|
6. [pep8-naming](#pep8-naming)
|
||||||
10. [Contributing](#contributing)
|
7. [flake8-comprehensions](#flake8-comprehensions)
|
||||||
|
8. [flake8-bugbear](#flake8-bugbear)
|
||||||
|
9. [flake8-builtins](#flake8-builtins)
|
||||||
|
10. [flake8-print](#flake8-print)
|
||||||
|
11. [flake8-quotes](#flake8-quotes)
|
||||||
|
12. [Meta rules](#meta-rules)
|
||||||
|
5. [Editor Integrations](#editor-integrations)
|
||||||
|
6. [FAQ](#faq)
|
||||||
|
7. [Development](#development)
|
||||||
|
8. [Releases](#releases)
|
||||||
|
9. [Benchmarks](#benchmarks)
|
||||||
|
10. [License](#license)
|
||||||
|
11. [Contributing](#contributing)
|
||||||
|
|
||||||
## Installation and Usage
|
## Installation and Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue