From 21a699d924d6b37c35a07fbe8d4d410025754274 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:11:47 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 708f619..9655938 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/codespell-project/codespell - rev: 'v2.2.5' + rev: 'v2.2.6' hooks: - id: codespell args: ["-I", "codespell.txt"] From a3eab2a5b88d9d7de36592179d84475f0476530b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 17 Oct 2023 12:02:13 -0400 Subject: [PATCH 2/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9655938..648c3cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,5 +26,5 @@ repos: rev: 'v2.2.6' hooks: - id: codespell - args: ["-I", "codespell.txt"] + args: ["-I", "codespell.txt", "-w"] files: '.*\.md' From 5b461a819010169df07333c6c9a8881d7fd8057d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:03:03 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- code/03-structure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/03-structure/README.md b/code/03-structure/README.md index bfc5901..f0df307 100644 --- a/code/03-structure/README.md +++ b/code/03-structure/README.md @@ -4,7 +4,7 @@ The requirements are: * CMake 3.11 or better; 3.14+ highly recommended. * A C++17 compatible compiler -* The Boost libararies (header only part is fine) +* The Boost libraries (header only part is fine) * Git * Doxygen (optional)