enthought / ets

ets.py is a utility to clone and manage various Enthought Tool Suite packages
http://docs.enthought.com/ets
Other
34 stars 11 forks source link

Ensure that flake8 and flake8-ets are used on all ETS projects #67

Open rahulporuri opened 3 years ago

rahulporuri commented 3 years ago

At the moment, not all ETS projects are flake8-clean and not all of them ensure that the copyright headers are up-to-date (using flake8-ets). It would be nice to slowly cleanup the ETS projects and setup CI to ensure that the codebases stay clean.

rahulporuri commented 3 years ago

Note also that we need to decide if we want all ETS projects to use isort. At the moment, only Traits Futures use isort.