Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#58)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@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 <henryschreineriii@utexas.edu>
  • Loading branch information
pre-commit-ci[bot] and henryiii committed Oct 17, 2023
1 parent 9263776 commit 855f3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion code/03-structure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 855f3c7

Please sign in to comment.