zquestz / s

Open a web search in your terminal.
MIT License
2.34k stars 114 forks source link

Add provider for flake8rules.com #184

Closed rpdelaney closed 11 months ago

rpdelaney commented 11 months ago

Pull Request Template

Description

Add provider for flake8rules.com.

Checklist

rpdelaney commented 11 months ago

For this one I added strings.ToUpper() since the first letter of a rule id is always capitalized, so e.g. if the user gives f401 we should use the string that will actually find something, in my opinion. I won't die on this hill if you want that out though, just let me know. :)