Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 291 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 291 Bytes

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