📣 Update to Contribution Guidelines - Enforcing Code Formatting with Black 🖤 #15
Pinned
Salz0
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, amazing contributors! 🌟
I'm excited to announce a significant update to our contribution guidelines. To maintain a clean and consistent codebase, we are now requiring that all pull requests must be formatted using Black, the uncompromising Python code formatter.
Why Black? 🤔
How to Use Black? 🛠️
Install Black:
Run Black on your code:
black .
Commit your changes.
Pull Request Requirements ✅
Before submitting a pull request, please ensure you've run Black on your code.
Questions or Concerns? 🤷♂️
Feel free to reach out if you have any questions about this update. I'm here to help!
Let's work together to make our codebase better than ever! 🚀
Best regards,
Vlad Bilyk
Please take a moment to review these changes in the Contribution Guidelines. Thank you for your continued support and contributions! 🙏
Beta Was this translation helpful? Give feedback.
All reactions