gahjelle / pyplugs

Decorator based plugin architecture for Python
https://pypi.org/project/pyplugs/
MIT License
67 stars 4 forks source link

Add isort to CI #14

Closed gahjelle closed 5 years ago

gahjelle commented 5 years ago

Use isort to enforce sorting of imports. Add configuration for isort to keep it consistent with black. See https://sourcery.ai/blog/python-best-practices/ for source. of config.

Fixes #13