From 855f3c7c504d9a4a95c27218277875eac2bda517 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 12:08:08 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate 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) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner --- .pre-commit-config.yaml | 4 ++-- code/03-structure/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 708f619..648c3cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ 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"] + args: ["-I", "codespell.txt", "-w"] files: '.*\.md' 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)