Version 4.4.2 is available upstream. Please consider updating! It seems that version 4.4.2 is available upstream, while the latest version in the Gentoo tree is 4.4.1. You think this warning is false? Read more about it here.
Apheleia is an Emacs Lisp package which allows you to reformat a buffer
without moving point. This solves the usual problem of running a tool like
Prettier or Black on before-save-hook, namely that it resets point to the
beginning of the buffer. Apheleia maintains the position of point relative
to its surrounding text even if the buffer is modified by the reformatting.