flake8-complex-f-strings

Flake8 plugin for too complex f-strings.


License
MIT
Install
pip install flake8-complex-f-strings==0.1.0

Documentation

Flake8 Extension for f-strings

Usage

Install with: pip install flake8_complex_f_strings

Errors

Code Message
FCS100 too complex f-string

Examples

f'Too complex {some_amazing_func(variable)}'    # <-- too complex f-string