Codebase list docker-compose / 09a375ee-e456-470b-96dd-aec76381672f/1.22.0-rc2 .pre-commit-config.yaml
09a375ee-e456-470b-96dd-aec76381672f/1.22.0-rc2

Tree @09a375ee-e456-470b-96dd-aec76381672f/1.22.0-rc2 (Download .tar.gz)

.pre-commit-config.yaml @09a375ee-e456-470b-96dd-aec76381672f/1.22.0-rc2raw · history · blame

- repo: git://github.com/pre-commit/pre-commit-hooks
  sha: 'v0.9.1'
  hooks:
    - id: check-added-large-files
    - id: check-docstring-first
    - id: check-merge-conflict
    - id: check-yaml
    - id: check-json
    - id: debug-statements
    - id: end-of-file-fixer
    - id: flake8
    - id: name-tests-test
      exclude: 'tests/(integration/testcases\.py|helpers\.py)'
    - id: requirements-txt-fixer
    - id: trailing-whitespace
- repo: git://github.com/asottile/reorder_python_imports
  sha: v0.3.5
  hooks:
    - id: reorder-python-imports
      language_version: 'python2.7'
      args:
        - --add-import
        - from __future__ import absolute_import
        - --add-import
        - from __future__ import unicode_literals