Codebase list apispec / e294d0e4-b318-4fe5-ad41-799545a9f698/main .pre-commit-config.yaml
e294d0e4-b318-4fe5-ad41-799545a9f698/main

Tree @e294d0e4-b318-4fe5-ad41-799545a9f698/main (Download .tar.gz)

.pre-commit-config.yaml @e294d0e4-b318-4fe5-ad41-799545a9f698/mainraw · 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]