Kampfkarren/selene

Lint against approximated constants

chriscerie opened this issue · 0 comments

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.