From dcb725ed7662f9ba97463243dcbe122d86b0406f Mon Sep 17 00:00:00 2001 From: dhirajchaurasiya10 Date: Tue, 29 Oct 2024 23:22:32 +0545 Subject: [PATCH 1/4] change .codespellrc that might fix pre-commit --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 640c0b3..e29fbf4 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ -# .codespellrc +[DEFAULT] # Ignore specific words skip = the, and From 60be3df476970d5e4137b322bf918553d632ca45 Mon Sep 17 00:00:00 2001 From: dhirajchaurasiya10 Date: Tue, 29 Oct 2024 23:49:45 +0545 Subject: [PATCH 2/4] add requirement file --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7d4cb01 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pre-commit +# Add other dependencies here \ No newline at end of file From d028c47e8b16fc5eea64ee4924140bdb217cc400 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 30 Oct 2024 04:09:26 +1000 Subject: [PATCH 3/4] Update requirements.txt --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d4cb01..e42b23c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -pre-commit -# Add other dependencies here \ No newline at end of file +pre-commit \ No newline at end of file From 1f0e0508eed64ce149d754fc5123b2a5c45dd646 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 30 Oct 2024 04:10:45 +1000 Subject: [PATCH 4/4] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e42b23c..416634f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pre-commit \ No newline at end of file +pre-commit