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 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.1 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : debug-statements
66
77 - repo : https://github.com/psf/black
8- rev : 22.3 .0
8+ rev : 23.1 .0
99 hooks :
1010 - id : black
1111
1212 - repo : https://github.com/PyCQA/flake8
13- rev : 4 .0.1
13+ rev : 6 .0.0
1414 hooks :
1515 - id : flake8
1616 entry : pflake8
1717 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
2525
2626 - repo : https://github.com/PyCQA/isort
27- rev : 5.10.1
27+ rev : 5.12.0
2828 hooks :
2929 - id : isort
3030
3131 - repo : https://github.com/pre-commit/mirrors-mypy
32- rev : v0.942
32+ rev : v1.0.0
3333 hooks :
3434 - id : mypy
3535 additional_dependencies :
3636 - zigpy
3737
3838 - repo : https://github.com/asottile/pyupgrade
39- rev : v2.31.0
39+ rev : v3.3.1
4040 hooks :
4141 - id : pyupgrade
4242
4343 - repo : https://github.com/fsouza/autoflake8
44- rev : v0.3.1
44+ rev : v0.4.0
4545 hooks :
4646 - id : autoflake8
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ async def write_network_info(
183183 if "tclk_seed" not in network_info .stack_specific ["zstack" ]:
184184 network_info .stack_specific ["zstack" ]["tclk_seed" ] = os .urandom (16 ).hex ()
185185
186- return await self ._znp .write_network_info (
186+ await self ._znp .write_network_info (
187187 network_info = network_info , node_info = node_info
188188 )
189189
You can’t perform that action at this time.
0 commit comments