Open mbazzani opened 1 year ago
Pylint complains about it right now, but it's a lot more readable. Does it make sense to disable this pylint error and use f-strings?
I think they throw a warning because logging statements aren't always printed and it's kinda a performance problem, but most of our logging statements are printed so I'm okay with disabling it
Pylint complains about it right now, but it's a lot more readable. Does it make sense to disable this pylint error and use f-strings?