diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..c2d9a5b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +- repo: git://github.com/pre-commit/pre-commit-hooks + sha: 616c1ebd1898c91de9a0548866a59cbd9f4547f6 + hooks: + - id: flake8 + - id: debug-statements + - id: trailing-whitespace