From e6e44be34acf8a14da5f416912c0305d9c247fe4 Mon Sep 17 00:00:00 2001 From: dubzn Date: Tue, 3 Oct 2023 11:16:38 -0300 Subject: [PATCH] remove hooks --- .pre-commit-hooks.yaml | 3 +-- hooks.yaml | 14 -------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b013cad..11aaa1d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -10,5 +10,4 @@ description: Run tests with Scarb test entry: scarb test language: system - files: \.cairo$ - pass_filenames: false \ No newline at end of file + args: [] \ No newline at end of file diff --git a/hooks.yaml b/hooks.yaml deleted file mode 100644 index b013cad..0000000 --- a/hooks.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- id: fmt - name: fmt - description: Format files with Scarb fmt - entry: scarb fmt - language: system - files: \.cairo$ - args: [] -- id: test - name: cairo test - description: Run tests with Scarb test - entry: scarb test - language: system - files: \.cairo$ - pass_filenames: false \ No newline at end of file