Skip to content

Commit 7ce8d4d

Browse files
committed
300th commit
1 parent e056d8c commit 7ce8d4d

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ["3.14"]
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v6
2626
with:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
- id: python-use-type-annotations
4343

4444
- repo: https://github.com/crate-ci/typos
45-
rev: v1.45.2
45+
rev: v1.48.0
4646
hooks:
4747
- id: typos
4848
args: []
@@ -55,7 +55,7 @@ repos:
5555
# - id: fix-unicode
5656

5757
- repo: https://github.com/rbubley/mirrors-prettier
58-
rev: v3.8.3
58+
rev: v3.8.4
5959
hooks:
6060
- id: prettier
6161
args: [--end-of-line=auto]
@@ -92,7 +92,7 @@ repos:
9292
# when running with --fix place ruff lint hook
9393
# before ruff-format, black, isort, etc
9494
- repo: https://github.com/astral-sh/ruff-pre-commit
95-
rev: v0.15.12
95+
rev: v0.15.20
9696
hooks:
9797
- id: ruff-check
9898
# args: [--fix --show-fixes]

_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:root {
22
--sg-thumb-hover-border: #0069d9;
3-
}
3+
}

index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Resources
8080
News
8181
====
8282

83+
- July 2, 2026: `300th commit <https://github.com/phasorpy/phasorpy/graphs/contributors>`_ to the PhasorPy source code.
84+
8385
- June 6, 2026: `PhasorPy 0.11 <https://pypi.org/project/phasorpy/>`_ is released to PyPI.
8486

8587
- May 12, 2026: `PhasorPy 0.10 <https://pypi.org/project/phasorpy/>`_ is released to PyPI.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ extend-exclude = []
5050
[tool.typos.default.extend-words]
5151
HSI = "HSI"
5252
avances = "avances"
53+
Commun = "Commun"
5354

5455
[tool.mypy]
5556
plugins = []

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sphinx
44
sphinx-issues
55
sphinx-design
66
pydata-sphinx-theme
7-
sphinx-notfound-page
7+
sphinx-notfound-page

0 commit comments

Comments
 (0)