Latest version of pylint cedes code formatting checks to "black"
Open
Github action
testing system
- Dominant language
- No language data
- Stars
- 9
- Forks
- 22
- Avg merge
- 8d 5h
- Merged PRs (30d)
- 4
Description
It looks like the latest version of pylint (2.6), which is used in the open-sync PR Github actions workflow, no longer manages code formatting issues (e.g. bad whitespace), unless it results in an actual python bug (e.g. bad scope indentation). Instead, automatic formatting checks have been passed to the "black" python formatting project:
https://github.com/psf/black
Thus moving forward if we are interested in having automatic format checks then we may need to invest in using black as well as pylint.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.