Skip to content

Commit 644b6c8

Browse files
[pre-commit.ci] pre-commit autoupdate (#185)
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 76b24b7 commit 644b6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-json # checks json files for parseable syntax.
1111

1212
- repo: https://github.com/codespell-project/codespell
13-
rev: v2.3.0
13+
rev: v2.4.0
1414
hooks:
1515
- id: codespell
1616
args: [--config, ./.codespellrc]
@@ -27,7 +27,7 @@ repos:
2727
- id: black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.19.0
30+
rev: v3.19.1
3131
hooks:
3232
- id: pyupgrade
3333

0 commit comments

Comments
 (0)