Skip to content

Commit 9d0e2d8

Browse files
[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 8ada7d9 commit 9d0e2d8

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
@@ -11,12 +11,12 @@ repos:
1111
- id: isort
1212
args: [ "--profile", "black", "--filter-files" ]
1313
- repo: https://github.com/psf/black
14-
rev: 23.9.1
14+
rev: 23.10.0
1515
hooks:
1616
- id: black
1717
language_version: python3.10
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: "v1.6.0"
19+
rev: "v1.6.1"
2020
hooks:
2121
- id: mypy
2222
files: ^(cloudevents/)

0 commit comments

Comments
 (0)