File tree Expand file tree Collapse file tree 3 files changed +150
-136
lines changed Expand file tree Collapse file tree 3 files changed +150
-136
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ repos:
22
22
args : [ --markdown-linebreak-ext=md ]
23
23
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.15.2
25
+ rev : v3.16.0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args :
29
29
- --py3-plus
30
30
- --keep-runtime-typing
31
31
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.4.2
33
+ rev : v0.5.1
34
34
hooks :
35
35
# Run the linter.
36
36
- id : ruff
@@ -55,21 +55,21 @@ repos:
55
55
exclude : ' .*_pb2\\.py$'
56
56
57
57
- repo : https://github.com/astral-sh/ruff-pre-commit
58
- rev : v0.4.2
58
+ rev : v0.5.1
59
59
hooks :
60
60
# Run the formatter.
61
61
- id : ruff-format
62
62
args : [ "--config", "pyproject.toml" ]
63
63
exclude : ' .*_pb2\\.py$'
64
64
65
65
- repo : https://github.com/pre-commit/mirrors-mypy
66
- rev : v1.10.0
66
+ rev : v1.10.1
67
67
hooks :
68
68
- id : mypy
69
69
exclude : ' .*_pb2\\.py$'
70
70
71
71
- repo : https://github.com/PyCQA/bandit
72
- rev : 1.7.8
72
+ rev : 1.7.9
73
73
hooks :
74
74
- id : bandit
75
75
args : [ "-c", "pyproject.toml" ]
You can’t perform that action at this time.
0 commit comments