This repository contains pre-commit hook definitions to be used with the pre-commit library.
These pre-commit hooks are configured to be used in a pipenv project. In order to use these pre-commit hooks in your project follow these steps
$ pipenv install pre-commitrepos:
- repo: https://github.com/cognitedata/python-pre-commit-hooks
rev: <latest-commit-ref>
hooks:
- id: isort
- id: black$ pre-commit install