-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt Ruff linter/formatter #2843
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2843 +/- ##
=============================================
- Coverage 88.387% 88.385% -0.002%
=============================================
Files 92 92
Lines 7156 7155 -1
Branches 1228 1228
=============================================
- Hits 6325 6324 -1
Misses 575 575
Partials 256 256 ☔ View full report in Codecov by Sentry. |
I've reset this branch (ruff) to an earlier stage where only about 90 lines are modified. The other PR mentioned above contains a more ambitious effort of modernizing the whole Sanic codebase and consequently a very large diff. |
Gotta go fast, so trying the fastest Python formatter as well (replaces isort, black, flake8 and bandit).