-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update to consistent formatting #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should also set up a commit hook
poetry install | ||
``` | ||
|
||
### Contributing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stick this in CONTRIBUTING.md
@vivi chad tells me to update {
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"python.formatting.blackArgs": [
"--line-length",
"140"
],
"python.formatting.provider": "black"
}
} prev: "[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
} |
@cpacker Maybe just
|
ChatGPT strikes and misses yet again, I should have chatted with the Black Formatter docs via MemGPT instead smh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 😈
Update to consistent formatting
poetry.lock
poetry run black . -l 140