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
Great repo! Wanted to suggest to apply black code formatting, this would make code contributions easier.
pip install black
To apply to all Python scripts in the current folder and subfolders:
black .
The text was updated successfully, but these errors were encountered:
Resolved in mentioned PR, closing.
Great repo! Wanted to suggest to apply black code formatting, this would make code contributions easier.
pip install black
To apply to all Python scripts in the current folder and subfolders:
black .
The text was updated successfully, but these errors were encountered: