Codebase list python-webargs / debian/4.0.0-0kali4 .pre-commit-config.yaml
debian/4.0.0-0kali4

Tree @debian/4.0.0-0kali4 (Download .tar.gz)

.pre-commit-config.yaml @debian/4.0.0-0kali4raw · history · blame

repos:
- repo: https://github.com/ambv/black
  rev: 18.6b4
  hooks:
  - id: black
    language_version: python3.6
- repo: https://github.com/asottile/blacken-docs
  rev: v0.2.0
  hooks:
  - id: blacken-docs
    additional_dependencies: [black==18.6b4]