Closed jorgepiloto closed 2 months ago
As discussed in private, we will enable step by step the different rules for better fixing any issues. Despite the rules being deactivated, Ruff formatter still provides all current capabilities. Just see the rules as "extras" or "plugins".
Attention: Patch coverage is 92.85714%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 87.05%. Comparing base (
c4c0e85
) to head (0e41978
).
This pull-request drops support for black, isort, and flake in favor of Ruff, which contains all previous tools and more!
This linter and formatter is really fast for big projects. Its rules are able to identify common issues and format files in just a few milliseconds.
This pull-request is related with #1722.