File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
tests/data/test_package_generation
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 3737 - name : Setup Ruby
3838 uses : ruby/setup-ruby@v1
3939 with :
40- ruby-version : " 3.4.7 " # Not needed with a .ruby-version file
40+ ruby-version : " 3.4.8 " # Not needed with a .ruby-version file
4141 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4242 cache-version : 0 # Increment this number if you need to re-download cached gems
4343 - name : Setup Pages
Original file line number Diff line number Diff line change 11exclude : ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : v0.14.7
4+ rev : v0.14.14
55 hooks :
66 - id : ruff
77 args :
@@ -16,15 +16,15 @@ repos:
1616 args :
1717 - --dot
1818 - repo : https://github.com/Lucas-C/pre-commit-hooks
19- rev : v1.5.5
19+ rev : v1.5.6
2020 hooks :
2121 - id : forbid-tabs
2222 - repo : https://github.com/pappasam/toml-sort
2323 rev : v0.24.3
2424 hooks :
2525 - id : toml-sort-fix
2626 - repo : https://github.com/pre-commit/mirrors-mypy
27- rev : v1.19.0
27+ rev : v1.19.1
2828 hooks :
2929 - id : mypy
3030 args :
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ Python packages with our recommended tooling set up and ready to go.
2323## Using our Python package template
2424
2525Some quick instructions for using our template are below.
26- We also have a longer [ tutorial] ( docs/pages/tutorial.md ) that has been presented in workshops for researchers at UCL.
26+ We also have a longer [ tutorial] ( ./docs/pages/tutorial.md ) that has been presented in workshops for researchers at UCL.
27+ Slides from presentations we have given on the project are available in the
28+ [ ` python-tooling-presentations ` repository] ( https://github.com/ucl-arc/python-tooling-presentations ) .
2729
2830If you have [ uv] installed, you can use our template with the following command:
2931
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.14.7
3+ rev : v0.14.14
44 hooks :
55 - id : ruff
66 - id : ruff-format
@@ -11,15 +11,15 @@ repos:
1111 args :
1212 - --dot
1313 - repo : https://github.com/Lucas-C/pre-commit-hooks
14- rev : v1.5.5
14+ rev : v1.5.6
1515 hooks :
1616 - id : forbid-tabs
1717 - repo : https://github.com/pappasam/toml-sort
1818 rev : v0.24.3
1919 hooks :
2020 - id : toml-sort-fix
2121 - repo : https://github.com/pre-commit/mirrors-mypy
22- rev : v1.19.0
22+ rev : v1.19.1
2323 hooks :
2424 - id : mypy
2525 - repo : https://github.com/rbubley/mirrors-prettier
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.14.7
3+ rev : v0.14.14
44 hooks :
55 - id : ruff
66 - id : ruff-format
@@ -11,15 +11,15 @@ repos:
1111 args :
1212 - --dot
1313 - repo : https://github.com/Lucas-C/pre-commit-hooks
14- rev : v1.5.5
14+ rev : v1.5.6
1515 hooks :
1616 - id : forbid-tabs
1717 - repo : https://github.com/pappasam/toml-sort
1818 rev : v0.24.3
1919 hooks :
2020 - id : toml-sort-fix
2121 - repo : https://github.com/pre-commit/mirrors-mypy
22- rev : v1.19.0
22+ rev : v1.19.1
2323 hooks :
2424 - id : mypy
2525 - repo : https://github.com/rbubley/mirrors-prettier
You can’t perform that action at this time.
0 commit comments