File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1919 - uses : " actions/setup-python@v1"
2020 with :
2121 python-version : " 3.13"
22+ allow-prereleases : true
2223 - run : python3 -m pip install black
2324 - run : black .
2425
3031 - uses : " actions/setup-python@v1"
3132 with :
3233 python-version : " 3.13"
34+ allow-prereleases : true
3335 - run : python3 -m pip install -r tests/requirements_test.txt
3436 - run : pytest --cov=custom_components
3537
4143 - uses : " actions/setup-python@v1"
4244 with :
4345 python-version : " 3.13"
46+ allow-prereleases : true
4447 - run : python3 -m pip install -r tests/requirements_test.txt
4548 - run : pylint custom_components/pyscript/*.py tests/*.py
4649
5255 - uses : " actions/setup-python@v1"
5356 with :
5457 python-version : " 3.13"
58+ allow-prereleases : true
5559 - run : python3 -m pip install -r tests/requirements_test.txt
5660 - run : mypy custom_components/pyscript/*.py tests/*.py
You can’t perform that action at this time.
0 commit comments