Skip to content
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

Default pyproject.toml robotpy_extras list needs commas #108

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

cwstryker
Copy link
Contributor

This is a small usability improvement. The robotpy init subcommand now adds commas between the list elements in the robotpy_extras list when creating a new pyproject.toml file.

Old:

robotpy_extras = [
# "all"
# "apriltag"
# "commands2"
...
]

New:

robotpy_extras = [
# "all",
# "apriltag",
# "commands2",
...
]

I verified that pytest passes.

@virtuald virtuald merged commit ad86919 into robotpy:main Jan 21, 2024
18 checks passed
@virtuald
Copy link
Member

Thanks!

@cwstryker cwstryker deleted the cwstryker/robotpy-extras-commas branch July 31, 2024 20:02
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