From 55c9b5a1edaf6a208c8d77c5362df2aa6e4a57cc Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sat, 9 Dec 2023 19:49:05 -0500 Subject: [PATCH 1/4] Fix typos --- docs/pre-commit-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pre-commit-config.md b/docs/pre-commit-config.md index f05fc3cb..bcf9e5fb 100644 --- a/docs/pre-commit-config.md +++ b/docs/pre-commit-config.md @@ -1,6 +1,6 @@ # pre-commit-config.yaml Pre-commit is a Python package which can be used to create 'git' hooks which scan can prior to checkins. -The included configuration focuses on python actions which will help to prevent users from commiting code which will fail during builds. -In general, only formatting actions are automatiicaly performed. These include auto-formatting with 'black', or sorting dependacies with 'isort'. +The included configuration focuses on python actions which will help to prevent users from committing code which will fail during builds. +In general, only formatting actions are automatiicaly performed. These include auto-formatting with 'black', or sorting dependencies with 'isort'. Linting actions are left to the discretion of the user. From 6b733b38d3dafc897c16f0bf3ee8fcd40a18af7e Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sat, 9 Dec 2023 19:51:23 -0500 Subject: [PATCH 2/4] Fix typo --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index faa68b25..f51b561e 100644 --- a/src/README.md +++ b/src/README.md @@ -1 +1 @@ -This directoy stores each Python Package. +This directory stores each Python Package. From 7c7d825c42a8313d5f921cc2920dc2b4a870c27f Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sat, 9 Dec 2023 19:53:05 -0500 Subject: [PATCH 3/4] Fix whitespace --- docs/devcontainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devcontainer.md b/docs/devcontainer.md index 7b7bfd2f..8dcf216f 100644 --- a/docs/devcontainer.md +++ b/docs/devcontainer.md @@ -1,7 +1,7 @@ # GitHub Codespace The project's Codespace configuration is located in ".devcontainer". It includes the "Dockerfile" for the development container. -The project can be opened directly in a Codespace. +The project can be opened directly in a Codespace. ## Running Unit Tests From bf7fdc97fbe7afb394d26ce8afe8012993e93da3 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sat, 9 Dec 2023 19:57:07 -0500 Subject: [PATCH 4/4] Fix minor typo --- docs/pre-commit-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pre-commit-config.md b/docs/pre-commit-config.md index bcf9e5fb..b7761829 100644 --- a/docs/pre-commit-config.md +++ b/docs/pre-commit-config.md @@ -2,5 +2,5 @@ Pre-commit is a Python package which can be used to create 'git' hooks which scan can prior to checkins. The included configuration focuses on python actions which will help to prevent users from committing code which will fail during builds. -In general, only formatting actions are automatiicaly performed. These include auto-formatting with 'black', or sorting dependencies with 'isort'. +In general, only formatting actions are automatically performed. These include auto-formatting with 'black', or sorting dependencies with 'isort'. Linting actions are left to the discretion of the user.