hoffstadt / hoffstadt/DearPyGui
Mixed indentation in dearpygui.py (tabs + spaces)
Open
state: pending
type: bug
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
## Version of Dear PyGui
Version: 2.1.0
Operating System: Windows 10
## My Issue/Question
IDE failure due to: Mixed indentation in dearpygui.py (tabs + spaces)
Had to correct with: >py -m reindent -r -v "C:\Users\...\AppData\Local\Programs\Python\Python313\Lib\site-packages\dearpygui"
## To Reproduce
I am using the Wingware IDE which has very careful tab/space indentation checking. I am using Wing Personal 10.0.9.0 (rev ce06f0ac5b83)
## Expected behavior
This was a new pip install to latest version, should not have this problem, but fix was easy.
Runs fine after the above fix.
Contributor guide
Assessment
This issue has not been assessed yet.