CM2S / piglot

A package for the optimisation of numerical responses
https://piglot.readthedocs.io
MIT License
11 stars 5 forks source link

Silence unsafe YAML loader warning #21

Closed ruicoelhopedro closed 3 months ago

ruicoelhopedro commented 3 months ago

Our UniqueKeyLoader inherits from the yaml.SafeLoader class, but it is flagged as unsafe by Bandit. This silences the false positive.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 93.61%. Comparing base (80d82fd) to head (20daeaf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ======================================= Coverage 93.61% 93.61% ======================================= Files 27 27 Lines 2131 2131 ======================================= Hits 1995 1995 Misses 136 136 ```

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