OpenWPM/.pre-commit-config.yaml

12 строки
327 B
YAML
Исходник Обычный вид История

2020-05-07 12:02:19 +03:00
repos:
2020-05-07 14:51:04 +03:00
- repo: https://github.com/timothycrosley/isort
2020-09-11 16:14:09 +03:00
rev: 5.5.1
2020-05-07 14:51:04 +03:00
hooks:
- id: isort
2020-09-11 16:14:09 +03:00
- repo: https://github.com/psf/black
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
2020-05-07 12:02:19 +03:00
hooks:
2020-09-11 16:14:09 +03:00
- id: black
language_version: python3 # Should be a command that runs python3.6+