Elektrine lite

← Feed

@amethyst@toots.n7.gg

Post #1818523

2026-04-29 18:00 UTC

Yesterday was my last day at Astral, as the acquisition by OpenAI closed. It's unfortunate that my time there was short, but I'm proud of what I've accomplished: - New "range suppression" system for Ruff, better than "noqa", that can cover multiline statements with a leading comment, or entire blocks of code: https://docs.astral.sh/ruff/linter/#comments - Markdown code block formatting, enabling Ruff to format Python code in your documentation: https://docs.astral.sh/ruff/formatter/#markdown-code-formatting - An initial implementation of replacing rule codes (E501) with human readable names (line-too-long), still pending ongoing rule categorization work. - Multiple bug fixes in the formatter and linter, and new asyncio rules. I'm looking forward to PyCon US, and hopeful that I can continue building great open source tools for the community. 💜

Replies (1)

  • @amethyst@toots.n7.gg 2026-04-29 18:05

    In the meantime, you can now sponsor me on Github, to help me find the time and energy to keep the lights on with my open source projects. It's not necessary, but if you find my projects useful to you, I would appreciate your show of support: https://github.com/sponsors/amyreese

    Open ##1818525