A flake8 plugin that flags unnecessary f-strings (e.g., f"{var}" where a simple string or format would do). Current version: 1.0.1. Release cadence is low; no recent updates.
Verified import paths — ran on the pinned version, not inferred.
Install the plugin, configure flake8 to ignore rule F (if desired), then run flake8 on a file. The plugin adds rule code F.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.