Skip to content

Commit e056a8d

Browse files
[pre-commit.ci] pre-commit autoupdate (#82)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) * Fixed typos --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Andres Rios Tascon <ariostas@gmail.com>
1 parent 858ae44 commit e056a8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This training module is part of an initiative of the [HEP Software foundation](h
2020

2121
* 🎥 [Feb 2021](https://indico.cern.ch/event/1001128/)
2222

23-
Emoji key: 🎥 (full video recordings availabile), ⛏️ (hackathon)
23+
Emoji key: 🎥 (full video recordings available), ⛏️ (hackathon)
2424

2525

2626
## 🤗 Contributing

_episodes/02-enter-sandman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The exit code is `2` indicating failure. What about on success? The exit code is
6969
But this works for any command you run on the command line! For example, if I mistyped `git status`:
7070

7171
~~~
72-
> git stauts
72+
> git status
7373
> echo $?
7474
~~~
7575
{: .language-bash}

0 commit comments

Comments
 (0)