apify / apify-client-python

Apify API client for Python
https://docs.apify.com/api/client/python/
Apache License 2.0
47 stars 12 forks source link

Migrate to Ruff (linter & formatter) #160

Closed vdusek closed 11 months ago

vdusek commented 11 months ago

Ruff is a new extremely fast Python linter written in Rust, which supports many rules from the flake8 & pylint world (700+).

They recently released a formatter, where single quotes are an option :).