flake8-unused-fstrings Flake8 plugin to catch f-strings with no fields. Tests PyPI Activity QA Other Installation flake8-unused-fstrings can be installed from PyPI. To install with pip: $ python -m pip install flake8-unused-fstrings Rules NUF001: f-string without interpolation.