FEA-Bench / testbed /facebookresearch__hydra /.pre-commit-config.yaml
hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
raw
history blame
416 Bytes
repos:
- repo: https://github.com/timothycrosley/isort
rev: 'c54b3dd'
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.6
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
additional_dependencies: [-e, "git+git://github.com/pycqa/pyflakes.git@1911c20#egg=pyflakes"]