We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21572af commit 1e47e6eCopy full SHA for 1e47e6e
.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: v4.6.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.12.0
+ rev: 5.13.2
10
11
- id: isort
12
args: [ "--profile", "black", "--filter-files" ]
13
- repo: https://github.com/psf/black
14
- rev: 23.10.1
+ rev: 24.4.0
15
16
- id: black
17
language_version: python3.11
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.6.1
+ rev: v1.9.0
20
21
- id: mypy
22
files: ^(cloudevents/)
0 commit comments