Skip to content

Commit 3396f7b

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[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 46fec3f commit 3396f7b

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
@@ -29,7 +29,7 @@ repos:
2929
- id: pyupgrade
3030
args: [--py38-plus]
3131
- repo: https://github.com/psf/black
32-
rev: 23.10.1
32+
rev: 23.11.0
3333
hooks:
3434
- id: black
3535
args: [--safe, --quiet]
@@ -47,7 +47,7 @@ repos:
4747
language: python
4848
additional_dependencies: [pygments, restructuredtext_lint]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.6.1
50+
rev: v1.7.0
5151
hooks:
5252
- id: mypy
5353
files: ^(src/|testing/)

0 commit comments

Comments
 (0)