Codebase list eagerpy / 7b37e17f-71e3-4a53-bc1e-fdd6aa2cbaf5/main .pre-commit-config.yaml
7b37e17f-71e3-4a53-bc1e-fdd6aa2cbaf5/main

Tree @7b37e17f-71e3-4a53-bc1e-fdd6aa2cbaf5/main (Download .tar.gz)

.pre-commit-config.yaml @7b37e17f-71e3-4a53-bc1e-fdd6aa2cbaf5/mainraw · history · blame

repos:
- repo: https://github.com/ambv/black
  rev: 19.10b0
  hooks:
  - id: black
    language_version: python3.6
- repo: https://gitlab.com/pycqa/flake8
  rev: 3.7.9
  hooks:
  - id: flake8