Skip to content

Commit af8112b

Browse files
authored
Merge branch 'master' into docs/or_gate
2 parents 2724c6f + 25bcced commit af8112b

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
enable-cache: true
1717
cache-dependency-glob: uv.lock
18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: 3.14
2121
allow-prereleases: true

.github/workflows/directory_writer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v7
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-python@v6
12+
- uses: actions/setup-python@v7
1313
with:
1414
python-version: 3.14
1515
allow-prereleases: true

.github/workflows/project_euler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
libopenblas-dev
2424
- uses: actions/checkout@v7
2525
- uses: astral-sh/setup-uv@v7
26-
- uses: actions/setup-python@v6
26+
- uses: actions/setup-python@v7
2727
with:
2828
python-version: 3.14
2929
allow-prereleases: true
@@ -41,7 +41,7 @@ jobs:
4141
libopenblas-dev
4242
- uses: actions/checkout@v7
4343
- uses: astral-sh/setup-uv@v7
44-
- uses: actions/setup-python@v6
44+
- uses: actions/setup-python@v7
4545
with:
4646
python-version: 3.14
4747
allow-prereleases: true

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
libopenblas-dev
3535
- uses: actions/checkout@v7
3636
- uses: astral-sh/setup-uv@v7
37-
- uses: actions/setup-python@v6
37+
- uses: actions/setup-python@v7
3838
with:
3939
python-version: 3.14
4040
allow-prereleases: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: auto-walrus
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.15
22+
rev: v0.15.20
2323
hooks:
2424
- id: ruff-check
2525
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
3232
- tomli
3333

3434
- repo: https://github.com/tox-dev/pyproject-fmt
35-
rev: v2.23.0
35+
rev: v2.25.1
3636
hooks:
3737
- id: pyproject-fmt
3838

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ myst_fence_as_directive = [
265265
]
266266
templates_path = [ "_templates" ]
267267
source_suffix.".rst" = "restructuredtext"
268-
# ".txt" = "markdown"
269268
source_suffix.".md" = "markdown"
269+
# ".txt" = "markdown"

0 commit comments

Comments
 (0)