scrapy-deltafetch icon indicating copy to clipboard operation
scrapy-deltafetch copied to clipboard

Make code upto date with latest version of scrapy

Open rabinadk1 opened this issue 3 years ago • 1 comments

  • Use Item instead of BaseItem since it's deprecated in favor of the prior
  • Bump minimum python version to 3.6 due to the use of f-strings
  • Blacked the code to make it look good
  • Added typings to the code to make it easier to debug

rabinadk1 avatar Aug 22 '20 12:08 rabinadk1

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@aea3c34). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #36   +/-   ##
=========================================
  Coverage          ?   94.20%           
=========================================
  Files             ?        2           
  Lines             ?       69           
  Branches          ?        9           
=========================================
  Hits              ?       65           
  Misses            ?        1           
  Partials          ?        3           

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 aea3c34...0945860. Read the comment docs.

codecov[bot] avatar Aug 22 '20 12:08 codecov[bot]