From feb4cf02dfb0388537f94f254c9ba9e5a0f42d3e Mon Sep 17 00:00:00 2001 From: Christopher Chang <51393127+chriscerie@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:50:07 -0800 Subject: [PATCH] Remove file --- .pre-commit-hooks.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml deleted file mode 100644 index e4cb7416..00000000 --- a/.pre-commit-hooks.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- id: selene-system - name: selene (system) - description: An opinionated Lua code linter - entry: selene - language: system - types: - - lua - -- id: selene-docker - name: selene (docker) - description: An opinionated Lua code linter - entry: /selene - language: docker - types: - - lua \ No newline at end of file