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

Add maintainers to pyproject.toml & update CONTRIBUTING.md with ruff setup for IDEs (#173 and #163) #230

Merged
merged 4 commits into from
Jul 10, 2024

Commits on Jul 7, 2024

  1. Issue 173 add maintainers (#2)

    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.
    nijanthanvijayakumar authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f29c928 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Describe how to add ruff in IDEs like VSCode & PyCharm (#3)

    * 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
    nijanthanvijayakumar authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    29f67da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae2a541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03efd1a View commit details
    Browse the repository at this point in the history