mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-01 17:32:25 +00:00
Add a note RE Black compat
This commit is contained in:
parent
f902d25dc7
commit
79b6472c7c
1 changed files with 8 additions and 0 deletions
|
@ -108,6 +108,14 @@ OPTIONS:
|
|||
-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
|
||||
|
||||
| Code | Name | Message |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue