anatoly-kor / flake8_complex_f_strings

Flake8 Extension for too complex f-strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flake8 Extension for too complex f-strings

License:MIT License


Languages

Language:Python 100.0%