Date: 8 April 2026
Note: Unfiltered. Over time, I put in the manual a more polished list.
-
Refactor code snippet functions: There are currently two functions for creating code snippets:
def _collect_issue_lines(filename, line, context=1)inapi_helpersanddef pylint_reporting(result)inreporting.py. Ideally, a single function would be easier to maintain and improve. The function in reporting.py should be abandoned after the CLI HTML output is rewritten using the new (and superior) APIs. -
Remote validation: Add an option to validate a script or package from a remote URL. Should this have limits (e.g., restricted to Codeberg, GitLab, GitHub, etc.)? Now only PyPI.org is possible (which is good! and secure)