Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ updates:
- "/template/.github/workflows"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://pre-commit.com/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -11,7 +11,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
rev: v1.38.0
hooks:
- id: yamllint
args: [-c=.yamllint.yaml]
Expand All @@ -22,6 +22,6 @@ repos:
- id: codespell

- repo: https://github.com/crate-ci/typos
rev: v1.29.7
rev: v1.42.3
hooks:
- id: typos
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We assume that you have full internet access.
uv is a tool to manage Python projects and for managing isolated Python-based applications.
You will use it in your generated project to manage dependencies and build distribution files.
Install uv by following their [instructions](https://docs.astral.sh/uv/getting-started/installation/).

Note: Environments with private pypi repository may need extra configuration (example):
`export UV_DEFAULT_INDEX=https://nexus.example.com/repository/pypi-all/simple`

Expand Down
4 changes: 4 additions & 0 deletions template/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ updates:
directory: "/"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
10 changes: 5 additions & 5 deletions template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://pre-commit.com/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -11,7 +11,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.0
rev: v1.38.0
hooks:
- id: yamllint
args: [-c=.yamllint.yaml]
Expand All @@ -24,13 +24,13 @@ repos:
- tomli

- repo: https://github.com/crate-ci/typos
rev: v1.31.1
rev: v1.42.3
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.11.3
rev: v0.14.14
hooks:
# Run the linter.
- id: ruff
Expand All @@ -40,6 +40,6 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.6.12
rev: 0.9.28
hooks:
- id: uv-lock
1 change: 0 additions & 1 deletion template/docs/js/extra-loader.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// See https://facelessuser.github.io/pymdown-extensions/extras/mermaid/#custom-loader
// And https://github.com/facelessuser/pymdown-extensions/blob/main/docs/src/js/material-extra-3rdparty.js