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
Flake8 plugin for too complex f-strings.
pip install flake8-complex-f-strings==0.1.0
Install with:
pip install flake8_complex_f_strings
Code | Message |
---|---|
FCS100 | too complex f-string |
f'Too complex {some_amazing_func(variable)}' # <-- too complex f-string