-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add maintainers to pyproject.toml & update CONTRIBUTING.md with ruff setup for IDEs (#173 and #163) #230
Conversation
Related to mrpowers-io#173 Add maintainers to `pyproject.toml` file * Add a `maintainers` section below the `authors` section. * Include the names and contact information of the maintainers (first version only). * Use the format `name <email>` for each maintainer. * Add a comment above the `maintainers` section to indicate its purpose.
@MrPowers and @SemyonSinchenko - please let me know the list of maintainers of this project, so that I can update the Also, let me know if this section in |
* Describe how to add ruff in IDEs like VSCode & PyCharm Following changes have been made in the file(s): * **CONTRIBUTING.md** - Remove mention of Black - Add instructions on how to add ruff to VSCode - Add instructions on how to add ruff to PyCharm
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
We can delete this section because from now we have this information in |
Ok once confirmed by @MrPowers and @jeffbrennan, I will delete this section from the |
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, thanks!
@nijanthanvijayakumar ping me when you are done and I will merge it. |
Hello @SemyonSinchenko - I'm done with the changes. Thought I was supposed to wait for @jeffbrennan's approval. Please merge it if you can? |
@SemyonSinchenko - are you able to merge this PR? |
Proposed changes
Related to #173, add maintainers to
pyproject.toml
filemaintainers
section below theauthors
section.name <email>
for each maintainer.maintainers
section to indicate its purpose.Related to #163, following changes have been made in the file:
Types of changes
Further comments
master/main
branch. Kindly review & merge.