enthought / enthought/traitsui
Improve flake8 checks
Open
difficulty: easy
type: cleanup
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Currently CI does only a minimal set of flake8 checks. We want to move towards the default set of checks being those given in `flake8_strict.cfg`.
Many of the issues can be fixed via the use of Black, so running that over the TraitsUI codebase may be useful.
Deeper structural issues can be dealt with one-by-one.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.