elixir-cloud-aai / TESK

GA4GH Task Execution Service Root Project + Deployment scripts on Kubernetes
https://tesk.readthedocs.io
Apache License 2.0
39 stars 29 forks source link

style: add ruff `pydocstyle` #177

Closed JaeAeich closed 4 months ago

JaeAeich commented 4 months ago

add ruff pydocstyle

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.21%. Comparing base (cabf21c) to head (a2fd06c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ======================================= Coverage 98.21% 98.21% ======================================= Files 8 8 Lines 559 559 ======================================= Hits 549 549 Misses 10 10 ``` | [Flag](https://app.codecov.io/gh/elixir-cloud-aai/TESK/pull/177/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-cloud-aai) | Coverage Δ | | |---|---|---| | [test_unit](https://app.codecov.io/gh/elixir-cloud-aai/TESK/pull/177/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-cloud-aai) | `98.21% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-cloud-aai#carryforward-flags-in-the-pull-request-comment) to find out more.

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

JaeAeich commented 4 months ago

@uniqueg please configure readthedocs on main, it should generate a link for us to review in this PR itself if I'm not wrong :thinking: .

JaeAeich commented 4 months ago

Ill create another PR on top of it to add RTD and sphinx.

JaeAeich commented 4 months ago

@uniqueg Since this PR dealt with alot of stuff initially, hunting down and reverting all the stuff seems little hard, its easier to make a new one. I am closing this PR, please review the new ones, where I have only added pydocstyle and ignore all the rest.