mirror of https://github.com/astral-sh/ruff
Add a note RE Black compat
This commit is contained in:
parent
f902d25dc7
commit
79b6472c7c
|
|
@ -108,6 +108,14 @@ OPTIONS:
|
||||||
-w, --watch Run in watch mode by re-running whenever files change
|
-w, --watch Run in watch mode by re-running whenever files change
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Compatibility with Black
|
||||||
|
|
||||||
|
ruff is intended to be compatible with [Black](https://github.com/psf/black), and should be
|
||||||
|
compatible out-of-the-box as long as the `line-length` setting is consistent between the two.
|
||||||
|
|
||||||
|
As a project, ruff is designed to be used alongside Black and, as such, will defer implementing
|
||||||
|
lint rules that are obviated by Black (e.g., stylistic rules).
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|
||||||
| Code | Name | Message |
|
| Code | Name | Message |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue