afewmail / afew

an initial tagging script for notmuch mail
ISC License
325 stars 98 forks source link

Fix flake8 #297

Closed GuillaumeSeren closed 4 years ago

GuillaumeSeren commented 4 years ago

Hey, so as discussed in #296 here the individual fix for the flake8 linter.

I kept one error ignored (E501) because there is a lot of them (83).

codecov[bot] commented 4 years ago

Codecov Report

Merging #297 into master will decrease coverage by 0.15%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   47.23%   47.08%   -0.16%     
==========================================
  Files          31       30       -1     
  Lines        1084     1079       -5     
==========================================
- Hits          512      508       -4     
+ Misses        572      571       -1     
Flag Coverage Δ
#unittests 47.08% <40.00%> (-0.16%) :arrow_down:

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

Impacted Files Coverage Δ
afew/Database.py 66.23% <0.00%> (ø)
afew/files.py 0.00% <0.00%> (ø)
afew/filters/SentMailsFilter.py 22.44% <0.00%> (ø)
afew/tests/test_mailmover.py 100.00% <ø> (ø)
afew/NotmuchSettings.py 70.58% <66.66%> (ø)
afew/configparser.py 90.90% <100.00%> (+2.02%) :arrow_up:

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 c78a594...f51548f. Read the comment docs.

GuillaumeSeren commented 4 years ago

Hey @flokli I have upgraded the branch with your feedback

GuillaumeSeren commented 4 years ago

Please change the commit message to:

Done !