Codebase list apispec / 6d969bee-0383-44d1-aa37-feb0bd30a0d2/main .pre-commit-config.yaml
6d969bee-0383-44d1-aa37-feb0bd30a0d2/main

Tree @6d969bee-0383-44d1-aa37-feb0bd30a0d2/main (Download .tar.gz)

.pre-commit-config.yaml @6d969bee-0383-44d1-aa37-feb0bd30a0d2/mainraw · history · blame

repos:
- repo: https://github.com/asottile/pyupgrade
  rev: v2.11.0
  hooks:
  - id: pyupgrade
    args: [--py36-plus]
- repo: https://github.com/python/black
  rev: 20.8b1
  hooks:
  - id: black
    language_version: python3
- repo: https://gitlab.com/pycqa/flake8
  rev: 3.9.0
  hooks:
  - id: flake8
    additional_dependencies: [flake8-bugbear==21.4.3]
- repo: https://github.com/asottile/blacken-docs
  rev: v1.10.0
  hooks:
  - id: blacken-docs
    additional_dependencies: [black==20.8b1]