/flake8_complex_f_strings

Flake8 Extension for too complex f-strings

Primary LanguagePythonMIT LicenseMIT

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