Skip to content

Commit ebaeaa1

Browse files
dietmarkuehlednolan
authored andcommitted
Auto-update pre-commit hooks
1 parent 110d826 commit ebaeaa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313

1414
# Config file: .codespellrc
1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.4.1
16+
rev: v2.4.2
1717
hooks:
1818
- id: codespell
1919
files: ^.*\.(cmake|cpp|cppm|hpp|txt|md|mds|json|js|in|yaml|yml|py|toml)$
@@ -55,7 +55,7 @@ repos:
5555
# Config file: pyproject.toml
5656
# second Python code formatting
5757
- repo: https://github.com/psf/black
58-
rev: 26.1.0
58+
rev: 26.3.0
5959
hooks:
6060
- id: black
6161

docs/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This page has links to some resources related to this repository:
66

77
* Lucian Radu Teodorescu's [Overload](https://accu.org/journals/nonmembers/overload_issue_members/) article [Senders/Receivers: An Introduction](https://accu.org/journals/overload/32/184/teodorescu/).
88
* Eric Niebler's Working with Asynchrony Generically: A Tour of C++ [Executors part 1](https://youtu.be/xLboNIf7BTg?si=JhXh55lCGW9-EuQl)/[part 2](https://youtu.be/6a0zzUBUNW4?si=7We2cRiJD0eJ7jm9).
9-
* Goran Arandelovic's presentation [Introduction to Sender/Receiver Framework and `std::execution`](https://eel.is/c++draft/#exec) at [Using std::cpp](https://eventos.uc3m.es/105614/programme/using-std-cpp-2024.html) 2024
9+
* Goran Arandelovic's presentation [Introduction to Sender/Receiver Framework and `std::execution`](https://eel.is/c++draft/#exec) at [Using std::cpp](https://eventos.uc3m.es/105614/program/using-std-cpp-2024.html) 2024
1010
* The [`std::execution](https://wg21.link/p2300) proposal.
1111
* The [[exec]](https://eel.is/c++draft/#exec) section of the draft standard.

0 commit comments

Comments
 (0)