Skip to content

Commit e5f76ed

Browse files
[pre-commit.ci] pre-commit autoupdate (#212)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.5.1](pre-commit/mirrors-mypy@v1.2.0...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yurii Serhiichuk <[email protected]>
1 parent 739c71e commit e5f76ed

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

0 commit comments

Comments
 (0)