jazzband / imaplib2

Fork of Piers Lauder's imaplib2 library for Python.
https://imaplib2.readthedocs.io/
MIT License
34 stars 29 forks source link

add pre-commit hook and fix trailing spaces accordingly #34

Closed piyueh closed 3 years ago

piyueh commented 3 years ago

It seems pre-commit.ci was enabled for imaplib2 repo, so I added .pre-commit-config.yaml accordingly. This should also fix the failed check in PR #33.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (be3960c) into master (a7eb3b6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   12.38%   12.38%           
=======================================
  Files           3        3           
  Lines        1413     1413           
=======================================
  Hits          175      175           
  Misses       1238     1238           
Flag Coverage Δ
py3.6 12.38% <ø> (ø)
py3.7 12.40% <ø> (ø)
py3.8 12.43% <ø> (ø)
py3.9 12.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 a7eb3b6...be3960c. Read the comment docs.