Steve Purcell
Steve Purcell
Hi, MELPA maintainer here with a drive-by fix for a packaging issue I noticed. A major mode like this should not depend on opinionated frameworks like `flycheck`, but this package...
## Motivation This was one operation flagged as missing in our parity reports, and seemed like an easy fix. ## Changes Added a simple implementation, along the lines of that...
## Motivation As of Python 3.9, common type annotations have changed, and the old ones (e.g. List, Optional, Union) generate deprecation warnings in some tools (pyright in my case). Our...
## Motivation As of #13347, the type annotations in those modules are modern and will not upset ruff. ## Changes Remove per-file ignores for the ASF modules, since they are...
## Motivation Hidden in the GitHub workflow, it was hard to find the command to run to fix the unused imports in the generated file, and the `pre-commit` doesn't pick...