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: address format warning #195

Closed JaeAeich closed 3 months ago

JaeAeich commented 3 months ago

ruff config kept causing issues in pydostring.

Ignoring service and previous test completely from linter and ruff so avoid huge chagnes.

Summary by Sourcery

This pull request focuses on code formatting improvements by standardizing indentation and quotation marks in various files. No functional changes were made.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request addresses formatting issues caused by the ruff linter configuration. The changes primarily involve converting tabs to spaces and updating string quotes to maintain consistency across the codebase. The modifications are made to avoid large-scale changes by ignoring certain services and previous tests from the linter.

File-Level Changes

Files Changes
tesk/exceptions.py
tesk/app.py
tesk/api/ga4gh/tes/controllers.py
docs/source/conf.py
Standardized code formatting by converting tabs to spaces and updating string literals to use double quotes.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 98.21%. Comparing base (c5128a9) to head (7726d68). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #195 +/- ## ======================================= Coverage 98.21% 98.21% ======================================= Files 8 8 Lines 561 561 ======================================= Hits 551 551 Misses 10 10 ``` | [Flag](https://app.codecov.io/gh/elixir-cloud-aai/TESK/pull/195/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/195/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.