Codebase list python-webargs / d4106a64-ed40-43db-b406-395b7e3588d6/main .pre-commit-config.yaml
d4106a64-ed40-43db-b406-395b7e3588d6/main

Tree @d4106a64-ed40-43db-b406-395b7e3588d6/main (Download .tar.gz)

.pre-commit-config.yaml @d4106a64-ed40-43db-b406-395b7e3588d6/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/