Codebase list python-webargs / 8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstream .pre-commit-config.yaml
8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstream

Tree @8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstream (Download .tar.gz)

.pre-commit-config.yaml @8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstreamraw · history · blame

repos:
- repo: https://github.com/asottile/pyupgrade
  rev: v2.7.2
  hooks:
  - id: pyupgrade
    args: ["--py3-plus", "--keep-mock"]
- repo: https://github.com/psf/black
  rev: 20.8b1
  hooks:
  - id: black
- repo: https://gitlab.com/pycqa/flake8
  rev: 3.8.3
  hooks:
  - id: flake8
    additional_dependencies: [flake8-bugbear==20.1.0]
- repo: https://github.com/asottile/blacken-docs
  rev: v1.8.0
  hooks:
  - id: blacken-docs
    additional_dependencies: [black==20.8b1]
    args: ["--target-version", "py35"]
- repo: https://github.com/pre-commit/mirrors-mypy
  rev: v0.782
  hooks:
  - id: mypy
    language_version: python3
    files: ^src/webargs/