Skip to content

Commit 1a47e32

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2)
1 parent 27c2dc0 commit 1a47e32

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
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121
files: \.(py|sh|rst|yml|yaml)$
2222
- repo: https://github.com/psf/black
23-
rev: 22.8.0
23+
rev: 22.10.0
2424
hooks:
2525
- id: black
2626
exclude: tests/
@@ -53,7 +53,7 @@ repos:
5353
--report-level=warning,
5454
]
5555
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.2.1
56+
rev: v2.2.2
5757
hooks:
5858
- id: codespell
5959
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)