Ignore specific string in flake8 warning when using icecream
I use icecream to support by debugging and a large project I use the install method to make it available in all files.
.flake8 file was ignored when triggered from github ci/cd pipeline
I am new to poetry and was trying ‘pytest’, ‘flake8’ and ‘bandit’