File tree Expand file tree Collapse file tree 4 files changed +216
-215
lines changed Expand file tree Collapse file tree 4 files changed +216
-215
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ updates:
9
9
- package-ecosystem : " github-actions"
10
10
directory : " /"
11
11
schedule :
12
- interval : " weekly "
12
+ interval : " monthly "
13
13
commit-message :
14
14
prefix : ⬆
15
15
16
16
# Python
17
17
- package-ecosystem : " pip"
18
18
directory : " /"
19
19
schedule :
20
- interval : " weekly "
20
+ interval : " monthly "
21
21
commit-message :
22
22
prefix : ⬆
Original file line number Diff line number Diff line change 30
30
- --keep-runtime-typing
31
31
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.8.6
33
+ rev : v0.9.3
34
34
hooks :
35
35
# Run the linter.
36
36
- id : ruff
39
39
exclude : ' .*_pb2\\.py$'
40
40
41
41
- repo : https://github.com/pycqa/isort
42
- rev : 5.13.2
42
+ rev : 6.0.0
43
43
hooks :
44
44
- id : isort
45
45
name : isort (python)
@@ -48,14 +48,14 @@ repos:
48
48
49
49
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
50
50
- repo : https://github.com/psf/black-pre-commit-mirror
51
- rev : 24.10 .0
51
+ rev : 25.1 .0
52
52
hooks :
53
53
- id : black
54
54
args : [ "--config", "pyproject.toml" ]
55
55
exclude : ' .*_pb2\\.py$'
56
56
57
57
- repo : https://github.com/astral-sh/ruff-pre-commit
58
- rev : v0.8.6
58
+ rev : v0.9.3
59
59
hooks :
60
60
# Run the formatter.
61
61
- id : ruff-format
69
69
exclude : ' .*_pb2\\.py$'
70
70
71
71
- repo : https://github.com/PyCQA/bandit
72
- rev : 1.8.0
72
+ rev : 1.8.2
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