Skip to content

Commit 5d22e58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.14 → v0.16.3](astral-sh/ruff-pre-commit@v0.15.14...v0.16.3) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.3.1](pre-commit/mirrors-mypy@v1.20.2...v2.3.1)
1 parent 24842fd commit 5d22e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ repos:
66
- id: end-of-file-fixer
77
- id: check-toml
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.15.14
9+
rev: v0.16.3
1010
hooks:
1111
# Run the linter.
1212
- id: ruff
1313
# Run the formatter.
1414
- id: ruff-format
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.20.2
16+
rev: v2.3.1
1717
hooks:
1818
- id: mypy
1919
files: ^(src/cloudevents/|tests/)

0 commit comments

Comments
 (0)