Skip to content

Commit cf08c17

Browse files
[pre-commit.ci] pre-commit autoupdate (#58)
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2ffb109 commit cf08c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: remove-tabs
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks.git
21-
rev: v4.6.0
21+
rev: v5.0.0
2222
hooks:
2323
# Side-effects:
2424
- id: end-of-file-fixer
@@ -56,7 +56,7 @@ repos:
5656
- id: pydocstyle
5757

5858
- repo: https://github.com/codespell-project/codespell
59-
rev: v2.3.0
59+
rev: v2.4.0
6060
hooks:
6161
- id: codespell
6262

0 commit comments

Comments
 (0)