Codebase list apispec / c5145f39-0fd0-460c-aa60-5e4575d72cc1/upstream .pre-commit-config.yaml
c5145f39-0fd0-460c-aa60-5e4575d72cc1/upstream

Tree @c5145f39-0fd0-460c-aa60-5e4575d72cc1/upstream (Download .tar.gz)

.pre-commit-config.yaml @c5145f39-0fd0-460c-aa60-5e4575d72cc1/upstreamraw · history · blame

repos:
- repo: https://github.com/asottile/pyupgrade
  rev: v2.4.1
  hooks:
  - id: pyupgrade
    args: [--py36-plus]
- repo: https://github.com/python/black
  rev: 19.10b0
  hooks:
  - id: black
    language_version: python3
- repo: https://gitlab.com/pycqa/flake8
  rev: 3.8.1
  hooks:
  - id: flake8
    additional_dependencies: [flake8-bugbear==20.1.4]
- repo: https://github.com/asottile/blacken-docs
  rev: v1.7.0
  hooks:
  - id: blacken-docs
    additional_dependencies: [black==19.10b0]