HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 26 forks source link

Ignoring E203, whitespace after ':', since black is adding the whitespaces #545

Closed mambelli closed 2 years ago

mambelli commented 2 years ago

The issue is controversial and discussed in https://github.com/psf/black/issues/1859#issuecomment-739061362 https://github.com/psf/black/issues/311

codecov[bot] commented 2 years ago

Codecov Report

Merging #545 (0231fc0) into master (814669d) will decrease coverage by 0.41%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #545      +/-   ##
==========================================
- Coverage   84.48%   84.06%   -0.42%     
==========================================
  Files          48       48              
  Lines        3100     3100              
  Branches      482      482              
==========================================
- Hits         2619     2606      -13     
- Misses        450      459       +9     
- Partials       31       35       +4     
Flag Coverage Δ
python-3.10 83.93% <ø> (ø)
python-3.6 83.65% <ø> (-0.04%) :arrow_down:
python-pypy-3.7 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/decisionengine/framework/engine/Workers.py 87.50% <0.00%> (-2.78%) :arrow_down:
...gine/framework/dataspace/datasources/postgresql.py 83.39% <0.00%> (-2.38%) :arrow_down:
.../decisionengine/framework/engine/DecisionEngine.py 89.26% <0.00%> (-1.22%) :arrow_down:

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 814669d...0231fc0. Read the comment docs.