We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf0af3 commit 3441de2Copy full SHA for 3441de2
package-structure-code/code-style-linting-format.md
@@ -96,8 +96,6 @@ some exceptions. A few examples of those exceptions are below:
96
- Black will not adjust line length in your comments or docstrings.
97
- This tool will not review and fix import order (you need _isort_ or _Ruff_ to do that - see below).
98
99
-Blue addresses a few format decisions in Black that some maintainers do not like.
100
-[You can compare the differences here](https://blue.readthedocs.io/en/latest/#so-what-s-different) and decide which tool you prefer!
101
102
```{tip}
103
If you are interested in seeing how Black will format your code, you can
0 commit comments