Mixed indentation issues
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Mixing tabs and spaces such as here:
https://github.com/DoReCo/multitool/blob/6791f54616f7f1df2b7349b05c93275c678e857a/conversion_data/interface/Collection.py#L95-L107
Is *explicitly* a bug in Python 3 (`IndentationError`) and will therefore not work. I'd suggest running all the code through a style processing tool such as [black](https://github.com/psf/black) to fix these issues.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.