Want to use pylama with pre-commit?
So did I, but I wasn't able to find any hooks created to allow for it. Now this one does.. and it's worked for the small surface area I've tested so far.
Once you've installed pre-commit
:
pip install pre-commit
You should be able to edit your .pre-commit-config.yaml
file to include the configuration from this repository:
- repo: https://github.com/gvanderest/pylama-pre-commit
rev: 0.1.2
hooks:
- id: pylama