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

Added entry for pydocstyle #45

Merged
merged 1 commit into from May 18, 2021
Merged

Added entry for pydocstyle #45

merged 1 commit into from May 18, 2021

Conversation

rharish101
Copy link
Contributor

@rharish101 rharish101 commented May 18, 2021

pydocstyle added pyproject.toml support in version 6.1.0.
This was added by PR #534.

Resource description

pydocstyle is a static analysis tool for checking compliance with Python docstring conventions.
pydocstyle supports most of PEP 257 out of the box, but it should not be considered a reference implementation.

It can be used standalone, and also as a plugin for flake8.

By submitting this pull request I confirm I've read and complied with the below requirements

  • I have read and understood the Contribution Guidelines
  • I am making an individual pull request for each entry
  • I have added a useful title to the commit
  • I have added a useful title to this PR
  • I have added the new entry in alphabetical order
  • I have used the following format:
    - [Resource Title](link) - Resource short Description (2 lines or less in total)
    
  • The new entry meets one of these categories:
    • Is configured via its own tool sub-table in the pyproject.toml file (i.e., [tool.xxx])
    • Is a project template using the pyproject.toml file
    • Is an article about the pyproject.toml file
    • Is a link to a project discussion about pyproject.toml support

pydocstyle added pyproject.toml support in version 6.1.0
Copy link
Owner

@carlosperate carlosperate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @rharish101!
Perfect PR 👍

@carlosperate carlosperate merged commit f62a9fb into carlosperate:master May 18, 2021
@rharish101 rharish101 deleted the pydocstyle branch May 18, 2021 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants