Skip to content

Commit 24c925b

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.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
1 parent 21572af commit 24c925b

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.10.1
14+
rev: 23.11.0
1515
hooks:
1616
- id: black
1717
language_version: python3.11
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.6.1
19+
rev: v1.7.1
2020
hooks:
2121
- id: mypy
2222
files: ^(cloudevents/)

0 commit comments

Comments
 (0)