Codebase list pyhamcrest / watch-fixes/main .pre-commit-config.yaml
watch-fixes/main

Tree @watch-fixes/main (Download .tar.gz)

.pre-commit-config.yaml @watch-fixes/mainraw · history · blame

repos:
  - repo: meta
    hooks:
      - id: check-hooks-apply
      - id: check-useless-excludes

  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.0.1
    hooks:
      - id: debug-statements

  - repo: https://github.com/asottile/blacken-docs
    rev: v1.12.0
    hooks:
      - id: blacken-docs
        # args: ["-l100"]

  - repo: https://github.com/PyCQA/flake8
    rev: 4.0.1
    hooks:
      - id: flake8
        exclude: >-
          (?x)^(
            examples/.*\.py$
            | doc/.*\.py$
          )

  - repo: https://github.com/psf/black
    rev: 21.12b0
    hooks:
      - id: black
        # args: ["-l100"]