-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:chewse/precommit-mirrors-pydocstyle
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |