openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
18 stars 16 forks source link

Newer black formatting #57

Closed satyamtg closed 3 years ago

satyamtg commented 3 years ago

Since black 20.8 , docstrings indentation and some other changes are included which are the reason for recent failures in code quality assessment on the CI. This adds the formatted code using the new black formatter.

codecov[bot] commented 3 years ago

Codecov Report

Merging #57 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          798       798           
=========================================
  Hits           798       798           
Impacted Files Coverage Δ
src/zimscraperlib/download.py 100.00% <ø> (ø)
src/zimscraperlib/i18n.py 100.00% <ø> (ø)
src/zimscraperlib/image/convertion.py 100.00% <ø> (ø)
src/zimscraperlib/image/transformation.py 100.00% <ø> (ø)
src/zimscraperlib/inputs.py 100.00% <ø> (ø)
src/zimscraperlib/logging.py 100.00% <ø> (ø)
src/zimscraperlib/types.py 100.00% <ø> (ø)
src/zimscraperlib/video/config.py 100.00% <ø> (ø)
src/zimscraperlib/video/encoding.py 100.00% <ø> (ø)
src/zimscraperlib/video/presets.py 100.00% <ø> (ø)
... and 4 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 85fe2e8...d266569. Read the comment docs.