scrapy / parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
BSD 3-Clause "New" or "Revised" License
1.15k stars 146 forks source link

Fix/ignore pylint issues #231

Closed wRAR closed 3 years ago

wRAR commented 3 years ago

Currently the code gets several instances of two messages from pylint: consider-using-f-string and unspecified-encoding. I think we should fix the former and ignore the latter.

jmherbst commented 3 years ago

I can take a shot at this one!

jmherbst commented 3 years ago

👋 @wRAR - I've got this corrected I think with https://github.com/scrapy/parsel/pull/232. Let me know what you think