scrapy / itemloaders

Library to populate items using XPath and CSS with a convenient API
BSD 3-Clause "New" or "Revised" License
45 stars 16 forks source link

Add Initial support for pre-commit hooks #70

Closed VMRuiz closed 1 year ago

VMRuiz commented 1 year ago

Fixes https://github.com/scrapy/itemloaders/issues/69

codecov[bot] commented 1 year ago

Codecov Report

Merging #70 (d56cd02) into master (54fc3cc) will not change coverage. The diff coverage is 87.50%.

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   99.25%   99.25%           
=======================================
  Files           4        4           
  Lines         267      267           
=======================================
  Hits          265      265           
  Misses          2        2           
Impacted Files Coverage Δ
itemloaders/__init__.py 100.00% <ø> (ø)
itemloaders/utils.py 93.75% <0.00%> (ø)
itemloaders/common.py 100.00% <100.00%> (ø)
itemloaders/processors.py 100.00% <100.00%> (ø)
wRAR commented 1 year ago

Can you please commit the black changes separately and add that commit to .git-blame-ignore-revs?