example: ``` @attr.s class A: b: int = attr.ib() a = 2 log.warning(f'a: {a}') ``` Do you have python 3.6+ support? Maybe issue caused by environment. I use pipenv environment, and tool reports "The python binary is potentially unsafe" Thank you for this awesome tool :)
example:
Do you have python 3.6+ support?
Maybe issue caused by environment. I use pipenv environment, and tool reports "The python binary is potentially unsafe"
Thank you for this awesome tool :)