ramnes / notion-sdk-py

The official Notion API client library, but rewritten in Python! (sync + async)
https://ramnes.github.io/notion-sdk-py
MIT License
1.8k stars 141 forks source link

Switch to Ruff #229

Closed baydinvladislav closed 9 months ago

ramnes commented 10 months ago

Cool, let's fix CI and remove the redundant hooks then!

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (3cca962) 100.00% compared to head (4e46849) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 304 304 ========================================= Hits 304 304 ```

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

baydinvladislav commented 9 months ago

Cool, let's fix CI and remove the redundant hooks then!

it's done!

ramnes commented 9 months ago

Nice, thanks!