diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000000..c5648aa48aa --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,13 @@ +- repo: https://gitlab.com/pycqa/flake8 + rev: '' + hooks: + - id: flake8 +- repo: https://github.com/timothycrosley/isort + rev: '' + hooks: + - id: isort +- repo: https://github.com/ambv/black + rev: 19.10b0 + hooks: + - id: black + language_version: python3.7