Skip to content

Commit 5240f7b

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 e3b2b11 commit 5240f7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black
29-
rev: 22.8.0
29+
rev: 22.10.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -58,7 +58,7 @@ repos:
5858
--report-level=warning,
5959
]
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.1
61+
rev: v2.2.2
6262
hooks:
6363
- id: codespell
6464
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)