I am trying to set up pylint to work with pre-commit. I have looked into the docs, but still I am confused. I do not know how to setup .pre-commit-config.yaml properly.
Could you provide the most basic possible template?
- repo: myrepo
rev: '' # Don't know that to type here
hooks:
- id: pylint