Skip to content

Commit 0a4f628

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.0](adamchainz/blacken-docs@1.16.0...1.19.0)
1 parent e32b05c commit 0a4f628

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -25,15 +25,15 @@ repos:
2525
files: ^(_episodes|code|README.md|setup.md)
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: "v2.2.6"
28+
rev: "v2.3.0"
2929
hooks:
3030
- id: codespell
3131
args: ["-I", "codespell.txt"]
3232
files: '.*\.md'
3333
# === END CENTRALLY MAINTAINED FILE ===
3434

3535
- repo: https://github.com/asottile/blacken-docs
36-
rev: 1.16.0
36+
rev: 1.19.0
3737
hooks:
3838
- id: blacken-docs
3939
additional_dependencies: [black==22.6.0]

0 commit comments

Comments
 (0)