From 8ed814a60994db25ecc4cf44c8b1fa5cb58bf94d Mon Sep 17 00:00:00 2001 From: Peter W <34256109+pww217@users.noreply.github.com> Date: Fri, 13 May 2022 14:22:04 -0500 Subject: [PATCH] Create .pre-commit-config.yaml --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..38fcf9b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +# This is the configuration for pre-commit, a local framework for managing pre-commit hooks +# Check out the docs at: https://pre-commit.com/ + +default_stages: [commit] +repos: +- repo: https://github.com/Lucas-C/pre-commit-hooks-java + rev: v1.3.10 + hooks: + - id: validate-html