File tree Expand file tree Collapse file tree 7 files changed +4
-19
lines changed
Expand file tree Collapse file tree 7 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/allenporter/cookiecutter-python" ,
3- "commit" : " da08492f3d4d2c7bd2d4600cda2b508bc75db3a2 " ,
3+ "commit" : " 290ba844a72a8b10d4d3c13c8dcff671dd2d1d1a " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change 88 schedule :
99 - cron : " 0 0 * * *"
1010
11- env :
12- PYTHON_VERSION : 3.13
13-
1411jobs :
1512 update :
1613 runs-on : ubuntu-latest
3229 - uses : actions/checkout@v4
3330 - name : Set up Python
3431 uses : actions/setup-python@v5
35- with :
36- python-version : ${{ env.PYTHON_VERSION }}
37-
3832 - name : Install Cruft
3933 run : pip3 install cruft
4034
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v4
24- - uses : chartboost /ruff-action@v1.0.0
24+ - uses : astral-sh /ruff-action@v3.4
2525 -
uses :
codespell-project/[email protected] 2626 with :
2727 check_hidden : false
3535 - name : Install uv
3636 uses : astral-sh/setup-uv@v6
3737 with :
38- python-version : ${{ env.PYTHON_VERSION }}
3938 enable-cache : true
4039 cache-dependency-glob : " requirements_dev.txt"
4140 activate-environment : true
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ concurrency:
1818 group : " pages"
1919 cancel-in-progress : true
2020
21- env :
22- PYTHON_VERSION : 3.13
23-
2421jobs :
2522 deploy :
2623 environment :
3431 - name : Install uv
3532 uses : astral-sh/setup-uv@v6
3633 with :
37- python-version : ${{ env.PYTHON_VERSION }}
3834 enable-cache : true
3935 cache-dependency-glob : " requirements_dev.txt"
4036 activate-environment : true
Original file line number Diff line number Diff line change 55 release :
66 types : [created]
77
8- env :
9- PYTHON_VERSION : 3.13
10-
118jobs :
129 build :
1310 runs-on : ubuntu-latest
1411 steps :
1512 - uses : actions/checkout@v4
1613 - name : Set up Python
1714 uses : actions/setup-python@v5
18- with :
19- python-version : ${{ env.PYTHON_VERSION }}
2015 - name : Install dependencies
2116 run : |
2217 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1+ 3.13
Original file line number Diff line number Diff line change 1- target-version = " py310 "
1+ target-version = " py313 "
22
33[lint ]
44ignore = [" E501" ]
You can’t perform that action at this time.
0 commit comments