team-folivora / annoto

Medical annotation tool
MIT License
0 stars 1 forks source link

Use black formatter #31

Closed bewee closed 2 years ago

bewee commented 2 years ago

This PR suggests to use black instead of yapf for formatting, since black is more strict concerning the generation of consistent code style

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (e7f1632) into dev (29f0b6b) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head e7f1632 differs from pull request most recent head 1b6a7ed. Consider uploading reports for the commit 1b6a7ed to get more accurate results

@@            Coverage Diff            @@
##               dev       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           43        43           
=========================================
  Hits            43        43           
Impacted Files Coverage Δ
api/mod/src/app.py 100.00% <ø> (ø)
api/mod/src/settings.py 100.00% <ø> (ø)
api/mod/tests/unit/test_module.py 100.00% <ø> (ø)
api/mod/tests/integration/test_integration.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 29f0b6b...1b6a7ed. Read the comment docs.