Jump-start into modern Python by forcing yourself to use f-strings. This plugin checks each python statement (logical line) and see if % or .format is used. Since flake8 is only a code style checker ...
cpp-fstring is a C++ code processor that expands {var} type statements inside strings to equivalent fmt::format commands. So you can do things like: fstr.h contains helper routines needed to stringify ...