Skip to content

Latest commit

 

History

History
120 lines (84 loc) · 4.49 KB

File metadata and controls

120 lines (84 loc) · 4.49 KB

flake8-unused-fstrings

Flake8 plugin to catch f-strings with no fields.

Tests Linux Test Status Windows Test Status macOS Test Status Coverage
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

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.