File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 19
19
- uses : " actions/setup-python@v1"
20
20
with :
21
21
python-version : " 3.13"
22
+ allow-prereleases : true
22
23
- run : python3 -m pip install black
23
24
- run : black .
24
25
30
31
- uses : " actions/setup-python@v1"
31
32
with :
32
33
python-version : " 3.13"
34
+ allow-prereleases : true
33
35
- run : python3 -m pip install -r tests/requirements_test.txt
34
36
- run : pytest --cov=custom_components
35
37
41
43
- uses : " actions/setup-python@v1"
42
44
with :
43
45
python-version : " 3.13"
46
+ allow-prereleases : true
44
47
- run : python3 -m pip install -r tests/requirements_test.txt
45
48
- run : pylint custom_components/pyscript/*.py tests/*.py
46
49
52
55
- uses : " actions/setup-python@v1"
53
56
with :
54
57
python-version : " 3.13"
58
+ allow-prereleases : true
55
59
- run : python3 -m pip install -r tests/requirements_test.txt
56
60
- run : mypy custom_components/pyscript/*.py tests/*.py
You can’t perform that action at this time.
0 commit comments