mhostetter / galois

A performant NumPy extension for Galois fields and their applications
https://mhostetter.github.io/galois/
MIT License
295 stars 27 forks source link

Upgrade to Ruff 0.2.0 #537

Closed mhostetter closed 5 months ago

mhostetter commented 5 months ago

Also fixes bad type[...] annotation.

Bad

image

Good

image

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a796f37) 96.44% compared to head (4105979) 96.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/0.3.x #537 +/- ## ============================================== Coverage 96.44% 96.44% ============================================== Files 46 46 Lines 5911 5911 ============================================== Hits 5701 5701 Misses 210 210 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.