проблема: когда я запускаю pre_commit, возникают ошибки проверки Yaml
Код: Выделить всё
did not find expected in a python file.
мой pre-commit-config.yaml:
Код: Выделить всё
- id: check-yaml
name: check-yaml
language: python
entry: python3 -m pre_commit_hooks.check_yaml
additional_dependencies: [pre_commit_hooks]
Подробнее здесь: https://stackoverflow.com/questions/793 ... ment-start
Мобильная версия