MrPowers / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers.github.io/quinn/
Apache License 2.0
597 stars 93 forks source link

Fix ruff lint #211

Closed jeffbrennan closed 4 months ago

jeffbrennan commented 4 months ago

Proposed changes

Fixes ruff lint in recently added/modified files.

Types of changes

What types of changes does your code introduce to quinn? Put an x in the boxes that apply

Further comments

Since keyword_finder.py is new, I think we should replace input as a variable name with something like input_string or original to avoid overshadowing the default input python keyword. I added a file-scoped ruff lint ignore rule (A002) to bypass this for now.