#ruff

[ follow ]
#linting
fromRealpython
2 days ago
Python

Modern Python Linting With Ruff - Real Python

Ruff is a fast, user-friendly Python linter that catches errors, enforces style, formats code, and can replace tools like Flake8, isort, and Black.
fromRealpython
2 days ago
Software development

Modern Python Linting With Ruff Quiz - Real Python

Sharpen code quality workflows with Ruff through a nine-question quiz covering installation, continuous linting, formatting, rule selection, safe fixes, and TOML configuration.
#python
[ Load more ]