tomerfiliba / plumbum

Plumbum: Shell Combinators
https://plumbum.readthedocs.io
MIT License
2.8k stars 182 forks source link

ci: nicer pylint annotations #584

Closed henryiii closed 2 years ago

henryiii commented 2 years ago

Also cleaning up the double assignment and _INFINITY constant from #582 using math.inf from Python 3.5+.

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.02%) to 83.599% when pulling 4ba3524f0e49dfa9df40b3390730155ba4e31939 on henryiii/ci/pylintoutput into cdd0e4ca7d0427f7e0bcc34d31f291bd8245b345 on master.

henryiii commented 2 years ago

Ahh, due to the fact we haven't fixed some of the remaining warnings, this will be too noisy if we turn on annotations now. At least we can enjoy the nice annotations example here for now. :)

henryiii commented 2 years ago

Fixing some of them, and TODO'ing the rest.