Skip to content

python-formate/flake8-unused-fstrings

 
 

Repository files navigation

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.

About

Flake8 plugin to catch f-strings with no fields.

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Python 85.0%
  • Just 15.0%