From 0d86ac48f89d0bda724c2e5ee24012c8a281f52e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 3 Mar 2023 11:42:43 +0000 Subject: [PATCH] Re-enable pre-commit using stylua --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 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 00000000..251e77fe --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: +- repo: https://github.com/JohnnyMorganz/StyLua + rev: v0.16.1 + hooks: + - id: stylua