Skip to content
.pre-commit-config.yaml 1.83 KiB
Newer Older
nimrod's avatar
nimrod committed
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
nimrod's avatar
nimrod committed
    rev: v4.0.1
nimrod's avatar
nimrod committed
    hooks:
      - id: check-merge-conflict
      - id: trailing-whitespace

  - repo: https://github.com/Yelp/detect-secrets
    rev: v1.1.0
    hooks:
      - id: detect-secrets

  - repo: https://github.com/adrienverge/yamllint
nimrod's avatar
nimrod committed
    rev: v1.26.3
nimrod's avatar
nimrod committed
    hooks:
      - id: yamllint

  - repo: https://github.com/executablebooks/mdformat.git
nimrod's avatar
nimrod committed
    rev: 0.7.9
nimrod's avatar
nimrod committed
    hooks:
      - id: mdformat

  - repo: https://github.com/amperser/proselint/
nimrod's avatar
nimrod committed
    rev: 0.12.0
nimrod's avatar
nimrod committed
    hooks:
      - id: proselint
        types: [plain-text]
        exclude: LICENSE

  - repo: https://github.com/ambv/black
nimrod's avatar
nimrod committed
    rev: 21.8b0
nimrod's avatar
nimrod committed
    hooks:
      - id: black
        args:
          - |
              --line-length=79

  - repo: https://github.com/PyCQA/prospector
nimrod's avatar
nimrod committed
    rev: 1.5.1b0
nimrod's avatar
nimrod committed
    hooks:
      - id: prospector
        args:
          - |-
            --max-line-length=79
          - |-
            --with-tool=pyroma
          - |-
            --with-tool=bandit
          - |-
            --without-tool=pep257
          - |-
            --doc-warnings
          - |-
            --test-warnings
          - |-
            --full-pep8
          - |-
            --strictness=high
          - |-
            --no-autodetect
        additional_dependencies:
          - bandit
          - pyroma

  - repo: https://gitlab.com/pycqa/flake8.git
nimrod's avatar
nimrod committed
    rev: 3.9.2
nimrod's avatar
nimrod committed
    hooks:
      - id: flake8
        args:
          - |-
            --doctests
        additional_dependencies:
          - flake8-bugbear

  - repo: https://gitlab.com/devopshq/gitlab-ci-linter
    rev: v1.0.3
    hooks:
      - id: gitlab-ci-linter
        args:
          - "--server"
          - https://git.shore.co.il

  - repo: https://git.shore.co.il/nimrod/terraform-pre-commit.git
nimrod's avatar
nimrod committed
    rev: v0.1.2
nimrod's avatar
nimrod committed
    hooks:
      - id: tf-fmt
      - id: tf-validate