Skip to content

Commit 7824137

Browse files
authored
Merge branch 'physiopy:master' into ENH/annotate
2 parents 0c8cda3 + 865db5d commit 7824137

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/auto-author-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
assign-author:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: toshimaru/auto-author-assign@v3.0.1
17+
- uses: toshimaru/auto-author-assign@v3.0.3

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/labeler@v6
15+
- uses: actions/labeler@v7

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash
2020
steps:
2121
- name: Checkout source
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
# Fetch all history for all branches and tags
2525
fetch-depth: 0

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
steps:
1616
- name: Checkout source
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Set up Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: 3.11
2222
- name: Install dependencies

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ repos:
2222
- id: rst-inline-touching-normal
2323

2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.4.1
25+
rev: v2.4.2
2626
hooks:
2727
- id: codespell
2828
args: ["-L", "trough,troughs"]
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.14.10
31+
rev: v0.15.20
3232
hooks:
3333
- id: ruff
3434
name: ruff linter

0 commit comments

Comments
 (0)