We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5645d8 commit 5b6fd25Copy full SHA for 5b6fd25
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- id: check-toml
8
- repo: https://github.com/pycqa/isort
9
- rev: 5.13.2
+ rev: 6.0.1
10
11
- id: isort
12
args: [ "--profile", "black", "--filter-files" ]
13
- repo: https://github.com/psf/black
14
- rev: 24.4.2
+ rev: 25.1.0
15
16
- id: black
17
language_version: python3.11
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.10.0
+ rev: v1.15.0
20
21
- id: mypy
22
files: ^(cloudevents/)
0 commit comments