Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chewse/precommit-mirrors-pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jpulec committed Mar 3, 2016
2 parents 73e0f62 + a984e3e commit cdbd632
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit cdbd632

Please sign in to comment.