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 6f6b970 commit d4aaa93Copy full SHA for d4aaa93
1 file changed
RUFF_MIGRATION_PLAN.md
@@ -177,10 +177,11 @@ This document outlines a comprehensive plan to replace most of the python-mode s
177
## Expected Benefits
178
179
### Performance Improvements
180
-- **10-100x faster linting** compared to current tool combination
+- **Significantly faster linting** compared to current tool combination (Ruff is known to be 10-100x faster)
181
- **Reduced memory usage** by eliminating multiple tool processes
182
- **Single tool coordination** instead of managing multiple linters
183
- **Near-instantaneous feedback** for developers
184
+- *Note: Performance benchmarking not performed as part of this migration*
185
186
### Maintenance Benefits
187
- **7 fewer submodules** to maintain and update
0 commit comments