ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

change: remove inheritance from BinaryLoaderrMixin and BinaryDumperMixin #163

Closed ssato closed 6 months ago

ssato commented 6 months ago

Remove inheritance from anyconfig.backend.base.Binary{Loader,Dumper}Mixin to reduce parent classes and simplify the inheritance hierarchy..

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (ae145b1) 95.91% compared to head (2bb5014) 95.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #163 +/- ## ======================================= Coverage 95.91% 95.91% ======================================= Files 277 277 Lines 4745 4751 +6 ======================================= + Hits 4551 4557 +6 Misses 194 194 ```

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