diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3a2aa9e993002d953299194eb3f3ea1ddeaee0b4 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +- repo: git://github.com/pre-commit/pre-commit-hooks + sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70 + hooks: + - id: check-added-large-files + - id: check-json + - id: check-xml + - id: check-yaml + - id: check-merge-conflict + - id: flake8