Codebase list python-webargs / upstream/4.4.1 .pre-commit-config.yaml
upstream/4.4.1

Tree @upstream/4.4.1 (Download .tar.gz)

.pre-commit-config.yaml @upstream/4.4.1raw · history · blame

repos:
- repo: https://github.com/ambv/black
  rev: 18.9b0
  hooks:
  - id: black
    language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v2.0.0
  hooks:
  - id: flake8
- repo: https://github.com/asottile/blacken-docs
  rev: v0.3.0
  hooks:
  - id: blacken-docs
    additional_dependencies: [black==18.9b0]