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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ci:
autofix_commit_msg: "MAINT: implement pre-commit autofixes"
autoupdate_commit_msg: "MAINT: upgrade lock files"
autoupdate_schedule: quarterly
skip:
- check-jsonschema
- ty
Expand All @@ -13,7 +14,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.8.3
rev: 0.8.7
hooks:
- id: check-dev-files
args:
Expand All @@ -32,7 +33,7 @@ repos:
- id: strip-nb-whitespace

- repo: https://github.com/kynan/nbstripout
rev: 0.9.0
rev: 0.9.1
hooks:
- id: nbstripout
args:
Expand Down Expand Up @@ -60,7 +61,7 @@ repos:
metadata.vscode

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.1
rev: v0.15.2
hooks:
- id: ruff-check
args: [--fix]
Expand Down Expand Up @@ -126,7 +127,7 @@ repos:
pass_filenames: false

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.6.0
rev: v9.7.0
hooks:
- id: cspell

Expand All @@ -147,12 +148,11 @@ repos:
name: ty
entry: ty check
args: [--no-progress, --output-format=concise]
pass_filenames: false
require_serial: true
language: system
types_or: [python, pyi, jupyter]

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.3
rev: 0.10.5
hooks:
- id: uv-lock
5 changes: 2 additions & 3 deletions docs/amplitude-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Amplitude analysis\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/amplitude-analysis/analytic-continuation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Analytic continuation\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# General examples\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage/basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Core ideas illustrated\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage/binned-fit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Binned fit\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage/caching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Constant sub-expressions\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage/chi-squared.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Chi-squared estimator\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage/faster-lambdify.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Speed up lambdifying\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/usage/unbinned-fit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"source": [
"# Unbinned fit\n",
"\n",
"```{autolink-concat}\n",
"\n",
"```"
":::{autolink-concat}\n",
":::"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ split-on-trailing-comma = false
"PLR0917",
"PLR2004",
"PLR6301",
"RUF069",
"S101",
"SLF001",
"T20",
Expand Down
986 changes: 491 additions & 495 deletions uv.lock

Large diffs are not rendered by default.