enthought / pyface

pyface: traits-capable windowing framework
Other
106 stars 55 forks source link

Style clean up #1074

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

Systematic clean-up of Flake8 issues in main codebase.

Some amount of this was shifting exceptions to particular files or directories only - in particular, the examples still need considerable improvement.

Most of the remaining issues will likely be fixed by running Black over the codebase.

Depends on and needs #1073 to be merged first.