Codebase list pyhamcrest / upstream/2.0.2+git20211010.1.876571a .pre-commit-config.yaml
upstream/2.0.2+git20211010.1.876571a

Tree @upstream/2.0.2+git20211010.1.876571a (Download .tar.gz)

.pre-commit-config.yaml @upstream/2.0.2+git20211010.1.876571araw · history · blame

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

  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.5.0
    hooks:
      - id: debug-statements

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

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

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