Codebase list eagerpy / 1d03deef-e9d6-4994-81d8-32d1c8c6d413/v0.23.0 .pre-commit-config.yaml
1d03deef-e9d6-4994-81d8-32d1c8c6d413/v0.23.0

Tree @1d03deef-e9d6-4994-81d8-32d1c8c6d413/v0.23.0 (Download .tar.gz)

.pre-commit-config.yaml @1d03deef-e9d6-4994-81d8-32d1c8c6d413/v0.23.0raw · 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