-
Notifications
You must be signed in to change notification settings - Fork 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
Python formatting tools #37
Conversation
18ca1a0
to
eb714be
Compare
DO NOT MERGE. Blocked by refactor: #36 |
4072d0f
to
8491f0d
Compare
bd27635
to
f79bec5
Compare
Mergeable. |
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.
Reviewed
pyproject.toml
Outdated
|
||
# Good variable names regexes, separated by a comma. If names match any regex, | ||
# they will always be accepted | ||
good-names-rgxs = "computer-vision-python" |
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.
remove
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!
* Python formatting tools * Format new files * Gitignore * Pylint submodule ignore * Github workflow comment * Remove duplicate by adding command generation * Tests * PR fixes
No description provided.