Skip to content

Patch2 ran black for formatting fix. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

kmatch98
Copy link

This project using the "black" formatting for python code. Black is very particular about spaces.

I ran black on circle.py and it made minor space edits.

If you merge this into your patch-2 branch, it will automatically update the changes into your outstanding pull request. I hope these fixes will clear the tests and will get you a "green check mark".

@empirical-dan empirical-dan merged commit 6da19ce into empirical-dan:patch-2 Apr 21, 2021
@empirical-dan
Copy link
Owner

Thanks kmatch!
The odd spaces were invisible to me. It may have been because I edited it in VS Code and copy pasted into GitHub website. I haven't sorted out integration of GitHub into VS Code yet as I'm still figuring out which IDE to use. I'm learning a bit of C++ and python for MCUs and hope to develop a simple desktop GUI using PySide.

@kmatch98
Copy link
Author

Thanks!

The formatting with black is often non-obvious. I guess it knows better than humans (?).

The GUI sounds cool. I haven't heard of PySide before, will have to check it out.

I've been doing some GUI widget development on CircuitPython, so if you need any widgets for tiny screens with microcontrollers, there are some examples here that you might be able to borrow from.:

empirical-dan pushed a commit that referenced this pull request Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants