Apipie / apypie

Apipie bindings for Python
https://apypie.readthedocs.io/en/latest/
MIT License
1 stars 9 forks source link

silence pylint's `unspecified-encoding` warning #98

Closed evgeni closed 3 years ago

evgeni commented 3 years ago

this requires dropping Python 2 support, which we can't do just yet

codecov-commenter commented 3 years ago

Codecov Report

Merging #98 (3d4a334) into master (97e599f) will increase coverage by 1.17%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   89.51%   90.68%   +1.17%     
==========================================
  Files           9        9              
  Lines         429      440      +11     
==========================================
+ Hits          384      399      +15     
+ Misses         45       41       -4     
Impacted Files Coverage Δ
apypie/api.py 92.85% <100.00%> (+1.52%) :arrow_up:
apypie/example.py 100.00% <0.00%> (ø)
apypie/route.py 90.47% <0.00%> (+0.47%) :arrow_up:
apypie/resource.py 87.50% <0.00%> (+0.54%) :arrow_up:
apypie/action.py 94.87% <0.00%> (+1.95%) :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 97e599f...3d4a334. Read the comment docs.

ekohl commented 3 years ago

E:178, 0: Bad option value 'unspecified-encoding' (bad-option-value)

Can't win with this one, can we?

evgeni commented 3 years ago

E:178, 0: Bad option value 'unspecified-encoding' (bad-option-value)

Can't win with this one, can we?

Nope. I took a hammer now.