File tree 3 files changed +11
-12
lines changed
.github/actions/setup-python-with-uv
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 12
12
using : composite
13
13
steps :
14
14
- name : Install uv
15
- uses : astral-sh/setup-uv@v4
15
+ uses : astral-sh/setup-uv@v5
16
16
with :
17
17
enable-cache : true
18
18
python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change 11
11
12
12
## Example URLs
13
13
- Data Science
14
- - https://github.com/drivendataorg/cookiecutter-data-science
14
+ - [ https://github.com/drivendataorg/cookiecutter-data-science ] ( https://github.com/drivendataorg/cookiecutter-data-science )
15
15
- Django
16
- - https://github.com/cookiecutter/cookiecutter-django
17
- - https://github.com/agconti/cookiecutter-django-rest
18
- - https://github.com/vchaptsev/cookiecutter-django-vue
19
- - https://github.com/chrisdev/wagtail-cookiecutter-foundation
20
- - https://github.com/wemake-services/wemake-django-template
16
+ - [ https://github.com/cookiecutter/cookiecutter-django ] ( https://github.com/cookiecutter/cookiecutter-django )
17
+ - [ https://github.com/agconti/cookiecutter-django-rest ] ( https://github.com/agconti/cookiecutter-django-rest )
18
+ - [ https://github.com/vchaptsev/cookiecutter-django-vue ] ( https://github.com/vchaptsev/cookiecutter-django-vue )
19
+ - [ https://github.com/chrisdev/wagtail-cookiecutter-foundation ] ( https://github.com/chrisdev/wagtail-cookiecutter-foundation )
20
+ - [ https://github.com/wemake-services/wemake-django-template ] ( https://github.com/wemake-services/wemake-django-template )
21
21
- FastAPI
22
- - https://github.com/fastapi/full-stack-fastapi-template
22
+ - [ https://github.com/fastapi/full-stack-fastapi-template ] ( https://github.com/fastapi/full-stack-fastapi-template )
23
23
- Flask
24
- - https://github.com/cookiecutter-flask/cookiecutter-flask
25
- - https://github.com/karec/cookiecutter-flask-restful
26
- - https://github.com/italomaia/flask-empty
24
+ - [ https://github.com/cookiecutter-flask/cookiecutter-flask ] ( https://github.com/cookiecutter-flask/cookiecutter-flask )
25
+ - [ https://github.com/karec/cookiecutter-flask-restful ] ( https://github.com/karec/cookiecutter-flask-restful )
26
+ - [ https://github.com/italomaia/flask-empty ] ( https://github.com/italomaia/flask-empty )
Original file line number Diff line number Diff line change 7
7
"lockFileMaintenance" : {
8
8
"enabled" : true
9
9
},
10
- "onboarding" : false ,
11
10
"rebaseWhen" : " behind-base-branch" ,
12
11
"schedule" : [
13
12
" * 0-23 * * *"
You can’t perform that action at this time.
0 commit comments