faust-streaming / mode

Python AsyncIO Services
https://faust-streaming.github.io/mode/
Other
43 stars 16 forks source link

run black and isort on all python files #10

Closed taybin closed 3 years ago

taybin commented 3 years ago

Description

This reformats the python code with black and isort, preparing for future updates.

codecov-commenter commented 3 years ago

Codecov Report

Merging #10 (9325f9f) into master (f0fd4a1) will decrease coverage by 0.22%. The diff coverage is 93.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   95.09%   94.86%   -0.23%     
==========================================
  Files          27       28       +1     
  Lines        3993     4031      +38     
  Branches      445      449       +4     
==========================================
+ Hits         3797     3824      +27     
- Misses        180      188       +8     
- Partials       16       19       +3     
Impacted Files Coverage Δ
mode/utils/loops.py 0.00% <0.00%> (ø)
mode/timers.py 88.63% <66.66%> (ø)
mode/worker.py 97.44% <85.18%> (-0.83%) :arrow_down:
mode/utils/tracebacks.py 84.13% <86.95%> (ø)
mode/utils/objects.py 96.88% <87.23%> (-2.65%) :arrow_down:
mode/utils/times.py 97.27% <91.66%> (-1.81%) :arrow_down:
mode/utils/imports.py 98.54% <93.75%> (ø)
mode/utils/logging.py 90.37% <94.73%> (ø)
mode/threads.py 94.42% <95.83%> (ø)
mode/services.py 97.89% <96.77%> (-0.14%) :arrow_down:
... and 19 more

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 ce20621...9325f9f. Read the comment docs.