dry-python / returns

Make your functions return something meaningful, typed, and safe!
https://returns.rtfd.io
BSD 2-Clause "Simplified" License
3.45k stars 112 forks source link

Issue 1543. sync impure_safe with safe signatures #1870

Closed RomanMIzulin closed 1 month ago

RomanMIzulin commented 1 month ago

I have synced signatures of @safe and @impure_safe functions

Checklist

Related issues

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (82ef3ef) to head (f9d6212). Report is 93 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1870 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 80 80 Lines 2485 2496 +11 Branches 437 442 +5 ========================================= + Hits 2485 2496 +11 ```

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

sobolevn commented 1 month ago

Thanks a lot!