On Wednesday, June 28, 2023 at 9:17:50 AM UTC-5 [email protected] wrote: > Ruff <https://github.com/astral-sh/ruff>...is 100 times or more faster because it is written in Rust.
Wow. ruff does the flake8 tests instantly. Here is the output of a script that checks leo/core and leo/commands with a line length (given in pyproject.toml) of 120. ruff leo/core leo\core\leoCommands.py:601:23: E741 Ambiguous variable name: `l` leo\core\leoFileCommands.py:2161:15: E741 Ambiguous variable name: `l` leo\core\leoserver.py:5487:121: E501 Line too long (132 > 120 characters) Found 3 errors. ruff leo/commands I'm not sure whether ruff is doing pylint checks. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/5e8510bd-0905-43a0-8e8b-87d787090bdbn%40googlegroups.com.
