Codebase list python-webargs / 151d3b10-97e2-4318-a94b-7367e2aa00f5/main .pre-commit-config.yaml
151d3b10-97e2-4318-a94b-7367e2aa00f5/main

Tree @151d3b10-97e2-4318-a94b-7367e2aa00f5/main (Download .tar.gz)

.pre-commit-config.yaml @151d3b10-97e2-4318-a94b-7367e2aa00f5/mainraw · history · blame

repos:
- repo: https://github.com/python/black
  rev: 19.3b0
  hooks:
  - id: black
    language_version: python3
- repo: https://gitlab.com/pycqa/flake8
  rev: 3.7.8
  hooks:
  - id: flake8
    additional_dependencies: ['flake8-bugbear==19.8.0; python_version >= "3.5"']
- repo: https://github.com/asottile/blacken-docs
  rev: v1.3.0
  hooks:
  - id: blacken-docs
    additional_dependencies: [black==19.3b0]
- repo: https://github.com/pre-commit/mirrors-mypy
  rev: v0.730
  hooks:
  - id: mypy
    language_version: python3
    files: ^src/webargs/