apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
25 stars 14 forks source link

Format Python Actor templates #213

Closed vdusek closed 11 months ago

vdusek commented 11 months ago

U used auto-formatters (autopep8, isort) that we use in our other Python libraries (SDK, Client) to format the Python Actor templates.

I also used linter (flake8 with plugins we use in our other libs) to fix some violations, like "trailing comma" or "bare except".