-
Michael Seifert authored
Fixit allows the creation of custom lint rules, just like flake8 or pylint. In addition, fixit makes it easy to apply transformations to the code. This can be used to enforce coding conventions or to ascertain certain properties of the source code, for example. Signed-off-by:
Michael Seifert <m.seifert@digitalernachschub.de>