Closed wRAR closed 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.
consider-using-f-string
unspecified-encoding
I can take a shot at this one!
👋 @wRAR - I've got this corrected I think with https://github.com/scrapy/parsel/pull/232. Let me know what you think
Currently the code gets several instances of two messages from pylint:
consider-using-f-string
andunspecified-encoding
. I think we should fix the former and ignore the latter.