Skip to content

Commit 114934a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
1 parent 09445cc commit 114934a

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
@@ -22,7 +22,7 @@ repos:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.10.1
25+
rev: 23.11.0
2626
hooks:
2727
- id: black
2828

@@ -35,7 +35,7 @@ repos:
3535
- flake8-bugbear
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.6.1
38+
rev: v1.7.0
3939
hooks:
4040
- id: mypy
4141
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)