File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.1 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : debug-statements
6
6
7
7
- repo : https://github.com/psf/black
8
- rev : 22.3 .0
8
+ rev : 23.1 .0
9
9
hooks :
10
10
- id : black
11
11
12
12
- repo : https://github.com/PyCQA/flake8
13
- rev : 4 .0.1
13
+ rev : 6 .0.0
14
14
hooks :
15
15
- id : flake8
16
16
entry : pflake8
17
17
additional_dependencies :
18
- - pyproject-flake8==0.0.1a3
19
- - flake8-bugbear==22 .1.11
20
- - flake8-comprehensions==3.8.0
21
- - flake8_2020==1.6.1
22
- - mccabe==0.6.1
23
- - pycodestyle==2.8 .0
24
- - pyflakes==2.4.0
18
+ - pyproject-flake8==6. 0.0.post1
19
+ - flake8-bugbear==23 .1.20
20
+ - flake8-comprehensions==3.10.1
21
+ - flake8_2020==1.7.0
22
+ - mccabe==0.7.0
23
+ - pycodestyle==2.10 .0
24
+ - pyflakes==3.0.1
25
25
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.10.1
27
+ rev : 5.12.0
28
28
hooks :
29
29
- id : isort
30
30
31
31
- repo : https://github.com/pre-commit/mirrors-mypy
32
- rev : v0.942
32
+ rev : v1.0.0
33
33
hooks :
34
34
- id : mypy
35
35
additional_dependencies :
36
36
- zigpy
37
37
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v2.31.0
39
+ rev : v3.3.1
40
40
hooks :
41
41
- id : pyupgrade
42
42
43
43
- repo : https://github.com/fsouza/autoflake8
44
- rev : v0.3.1
44
+ rev : v0.4.0
45
45
hooks :
46
46
- id : autoflake8
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ async def write_network_info(
183
183
if "tclk_seed" not in network_info .stack_specific ["zstack" ]:
184
184
network_info .stack_specific ["zstack" ]["tclk_seed" ] = os .urandom (16 ).hex ()
185
185
186
- return await self ._znp .write_network_info (
186
+ await self ._znp .write_network_info (
187
187
network_info = network_info , node_info = node_info
188
188
)
189
189
You can’t perform that action at this time.
0 commit comments