Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

Black and isort-ified the code #1420

Open vrdmr opened 5 months ago

vrdmr commented 5 months ago

Description

Pre-checks passed

azfuncpyworker on ξ‚  vameru/black-isort-applied [$+] via venv311Arm64 via 🐍 system 
➜ git commit -m "Black and isort-ified the code"
black....................................................................Passed
isort....................................................................Passed
flake8...................................................................Passed
[vameru/black-isort-applied a196eb3] Black and isort-ified the code
 314 files changed, 7834 insertions(+), 7031 deletions(-)
 create mode 100644 pyproject.toml

PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 5 months ago

Codecov Report

Attention: 60 lines in your changes are missing coverage. Please review.

Comparison is base (c0a2c3c) 85.46% compared to head (7cb8e77) 85.82%. Report is 2 commits behind head on dev.

:exclamation: Current head 7cb8e77 differs from pull request most recent head 8a600ea. Consider uploading reports for the commit 8a600ea to get more accurate results

Files Patch % Lines
azure_functions_worker/bindings/datumdef.py 63.63% 8 Missing and 4 partials :warning:
azure_functions_worker/dispatcher.py 85.48% 7 Missing and 2 partials :warning:
.../shared_memory_data_transfer/file_accessor_unix.py 66.66% 7 Missing and 1 partial :warning:
azure_functions_worker/logging.py 37.50% 5 Missing :warning:
azure_functions_worker/main.py 70.58% 5 Missing :warning:
azure_functions_worker/bindings/meta.py 76.47% 4 Missing :warning:
azure_functions_worker/functions.py 90.69% 1 Missing and 3 partials :warning:
...ared_memory_data_transfer/file_accessor_windows.py 50.00% 3 Missing :warning:
azure_functions_worker/bindings/generic.py 71.42% 1 Missing and 1 partial :warning:
azure_functions_worker/loader.py 88.88% 1 Missing and 1 partial :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1420 +/- ## ========================================== + Coverage 85.46% 85.82% +0.35% ========================================== Files 35 35 Lines 1968 1961 -7 Branches 370 370 ========================================== + Hits 1682 1683 +1 + Misses 213 209 -4 + Partials 73 69 -4 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1420/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Ξ” | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1420/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `85.77% <82.95%> (+0.35%)` | :arrow_up: | 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=Azure#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.