You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should favor constants like math.pi over 3.14. It should also work for both truncated and rounded numbers, so 3.141 and 3.142 should both lint. But 3.143 should not. It should also work for any arbitrary precision.
The text was updated successfully, but these errors were encountered:
Should favor constants like
math.pi
over3.14
. It should also work for both truncated and rounded numbers, so3.141
and3.142
should both lint. But3.143
should not. It should also work for any arbitrary precision.The text was updated successfully, but these errors were encountered: