I have a GitLab repo, but no tags. What is the initial tag of a repo? v1.0.0?
repos:
- repo: https://gitlab.<company>.com/xxx/yyy/zzz.git
rev: 1.0.0
hooks:
- id: black
- id: trailing-whitespace
- id: flake8
- id: isort
Will it run?