Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 472 Bytes

Pydocstyle mirror

Mirror of the pydocstyle (formerly pep257) package for pre-commit.

For pre-commit see: https://github.com/pre-commit/pre-commit

For Pydocstyle see: https://github.com/PyCQA/pydocstyle

Using Pydocstyle with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: git://github.com/chewse/pre-commit-mirrors-pydocstyle
    sha: ''  # Use the sha / tag you want to point at
    hooks:
    -   id: pydocstyle