diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000000..33c9bb512d --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: +- repo: https://github.com/humitos/powrap + rev: pre-commit + hooks: + - id: powrap diff --git a/requirements.txt b/requirements.txt index 15d8647ee8..e7b172b257 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ python-docs-theme setuptools sphinx-intl transifex-client +pre-commit