Skip to content

Commit 53b4f30

Browse files
authored
Merge branch 'main' into mmg/tutorial-on-website
2 parents 128b0c1 + b7f676e commit 53b4f30

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22
repos:
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:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2525
Some 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

2830
If you have [uv] installed, you can use our template with the following command:
2931

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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

0 commit comments

Comments
 (0)