Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

29 righe
915 B

  1. - repo: git@github.com:pre-commit/pre-commit-hooks.git
  2. sha: 35548254adb636ce52b5574eb1904b8c795b673e
  3. hooks:
  4. - id: autopep8-wrapper
  5. args:
  6. - --in-place
  7. - --aggressive
  8. - --aggressive
  9. - id: check-added-large-files
  10. - id: check-ast
  11. - id: check-case-conflict
  12. - id: check-docstring-first
  13. - id: debug-statements
  14. - id: double-quote-string-fixer
  15. - id: end-of-file-fixer
  16. - id: fix-encoding-pragma
  17. - id: flake8
  18. args:
  19. - --max-complexity=10
  20. - --max-line-length=130
  21. - --ignore=E126,E128,E731
  22. - --exclude=bin/autojump_argparse.py
  23. - id: requirements-txt-fixer
  24. - id: trailing-whitespace
  25. - repo: git@github.com:asottile/reorder_python_imports.git
  26. sha: 017e2f64306853ec7f000db52b8280da27eb3b96
  27. hooks:
  28. - id: reorder-python-imports
  29. language_version: python2.7