Ruff: Modern Python Linter & Formatter Walkthrough24 September 2025·952 words·5 minsSoftware EngineeringWriting clean, readable code is essential for collaboration and maintainability. Linters and formatters help us keep our codebase consistent and easy to understand.
How you can set up a Python Code Quality CI Pipeline in 5 minutes24 September 2025·884 words·5 minsSoftware EngineeringYou can create a Python Code Quality CI pipeline using uv, Ruff, and ty within 5 minutes.