Add a note RE Black compat

This commit is contained in:
Charlie Marsh 2022-09-05 12:27:39 -04:00
parent f902d25dc7
commit 79b6472c7c

View file

@ -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 |