Skip to content

chewse/pre-commit-mirrors-pydocstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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