Codebase list apispec / 72ee2f37-60b4-41ed-8563-6309cfebf72e/main .pre-commit-config.yaml
72ee2f37-60b4-41ed-8563-6309cfebf72e/main

Tree @72ee2f37-60b4-41ed-8563-6309cfebf72e/main (Download .tar.gz)

.pre-commit-config.yaml @72ee2f37-60b4-41ed-8563-6309cfebf72e/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]