Skip to content

Commit e20f783

Browse files
[pre-commit.ci] pre-commit autoupdate (#229)
updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fa5e306 commit e20f783

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
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: codespell
66
- repo: https://github.com/psf/black
7-
rev: 23.9.1
7+
rev: 23.10.1
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/blacken-docs
@@ -35,6 +35,6 @@ repos:
3535
args: ["--ignore", "D001"]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.6.0'
38+
rev: 'v1.6.1'
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)