lensvol / pybetter

Tool for fixing trivial problems with your code.
MIT License
62 stars 6 forks source link

B003: Prevent removal of parentheses around empty tuple. #111

Closed lensvol closed 3 years ago

lensvol commented 3 years ago

Closes #108

codecov[bot] commented 3 years ago

Codecov Report

Merging #111 (54df0c7) into master (a0f2144) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   78.22%   78.37%   +0.15%     
==========================================
  Files          14       14              
  Lines         427      430       +3     
==========================================
+ Hits          334      337       +3     
  Misses         93       93              
Impacted Files Coverage Δ
pybetter/transformers/parenthesized_return.py 100.00% <100.00%> (ø)

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 a0f2144...54df0c7. Read the comment docs.