Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruff

Ruff doesn't catch undefined argument to function

python python-3.x lint ruff

How to ignore ruff errors in jupyter notebook in VSCode?

Enable ruff rules only on specific files

python ruff

Ruff Ignore Inline or Function Rule Check

python python-3.x ruff

how to auto format E501 line too long (89 > 88 characters) in pre-commit?

How to prevent ruff from formatting arguments of a function into separate lines?

python ruff

Trying to change the Ruff default line length

python-3.x lint ruff

How to ignore the environment directory when using Python Ruff linter in a console

python linter ruff

Configure Visual Studio Code using settings.json to use Ruff instead of Pylint, Pylance, etc

How can I prevent automatic removal of unused imports when using Ruff with Visual Studio Code?

visual-studio-code ruff

Pylint and ruff don't complain about useless (unnecessary) return in functions with docstring

How can I suppress ruff linting on a block of code

python lint ruff

Why does Ruff not show as many diagnostics as I expect?

Ruff does not autofix line-too-long violation

python ruff

Line unnecessarily expanded

python ruff

How do I stop the ruff linter from moving imports into an if TYPE CHECKING statement?

python pre-commit-hook ruff

Ignore specific rules in specific directory with Ruff

python ruff

How do I isort using ruff?

python isort ruff

Setting up Ruff (Python Linter)

python pycodestyle ruff