Skip to content

Commit 44d2386

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
1 parent c47df52 commit 44d2386

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 23.10.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -30,7 +30,7 @@ repos:
3030
language: python
3131
additional_dependencies: [pygments, restructuredtext_lint]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.6.0
33+
rev: v1.6.1
3434
hooks:
3535
- id: mypy
3636
files: ^(src/)

0 commit comments

Comments
 (0)