IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
Backticks are a deprecated alias for repr(). Don’t use them any more, the syntax was removed in Python 3.0.
repr()
return `num` # Noncompliant
return repr(num)