iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
140 stars 16 forks source link

chore: get rid of setup.py/setup.cfg #447

Closed skshetry closed 6 months ago

skshetry commented 6 months ago

And misc maintenace updates:

The ruff rules are equivalent to flake8. We can expand them in a separate PR if needed. Also, I haven't removed pylint. If we expand ruff rules, we can get rid of pylint. But that can be done in the next PR as my goal with this PR is to get rid of setup.py/setup.cfg.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 85.37%. Comparing base (d4852de) to head (69dcd12).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #447 +/- ## ======================================= Coverage 85.37% 85.37% ======================================= Files 19 19 Lines 2120 2120 ======================================= Hits 1810 1810 Misses 310 310 ```

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