Guest User

Untitled

a guest
Mar 21st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. - repo: git://github.com/pre-commit/pre-commit-hooks
  2. sha: v1.2.0
  3. hooks:
  4. - id: check-added-large-files
  5. - id: check-ast
  6. - id: check-case-conflict
  7. - id: check-docstring-first
  8. - id: check-merge-conflict
  9. - id: check-symlinks
  10. - id: double-quote-string-fixer
  11. - id: end-of-file-fixer
  12. - id: flake8
  13. - id: name-tests-test
  14. - id: requirements-txt-fixer
  15. - id: trailing-whitespace
  16. - repo: git://github.com/chewse/pre-commit-mirrors-pydocstyle
  17. sha: v2.1.1
  18. hooks:
  19. - id: pydocstyle
Add Comment
Please, Sign In to add comment