Skip to content

Commit e5e249f

Browse files
authored
Merge branch 'master' into enh/mz3
2 parents fdd94d1 + db4c859 commit e5e249f

File tree

353 files changed

+18948
-17626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+18948
-17626
lines changed

.coveragerc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
[run]
22
branch = True
3-
source = nibabel, nisext
4-
include = */nibabel/*, */nisext/*
3+
source = nibabel
54
omit =
65
*/externals/*
76
*/benchmarks/*
8-
*/tests/*
97
nibabel/_version.py
8+
9+
[report]
10+
exclude_also =
11+
def __repr__
12+
if (ty\.|typing\.)?TYPE_CHECKING:
13+
class .*\((ty\.|typing\.)Protocol\):
14+
@(ty\.|typing\.)overload
15+
if 0:
16+
if __name__ == .__main__.:
17+
@(abc\.)?abstractmethod
18+
raise NotImplementedError

.git-blame-ignore-revs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Sun Jan 12 12:22:13 2025 -0500 - [email protected] - sty: ruff format [git-blame-ignore-rev]
2+
40e41208a0f04063b3c4e373a65da1a2a6a275b5
3+
# Sun Jan 12 11:51:49 2025 -0500 - [email protected] - STY: ruff format [git-blame-ignore-rev]
4+
7e5d584910c67851dcfcd074ff307122689b61f5
5+
# Sun Jan 1 12:38:02 2023 -0500 - [email protected] - STY: Run pre-commit config on all files
6+
d14c1cf282a9c3b19189f490f10c35f5739e24d1
7+
# Thu Dec 29 22:53:17 2022 -0500 - [email protected] - STY: Reduce array().astype() and similar constructs
8+
bf298113da99079c9c7b5e1690e41879828cd472
9+
# Thu Dec 29 22:32:46 2022 -0500 - [email protected] - STY: pyupgrade --py37-plus
10+
4481a4c2640bd4be6e9c468e550d01aae448ab99
11+
# Fri Dec 30 11:01:19 2022 -0500 - [email protected] - STY: Run vanilla blue
12+
6b0ddd23b1da1df7ca9ae275673f82bfa20a754c
13+
# Thu Dec 29 21:46:13 2022 -0500 - [email protected] - STY: Manual, blue-compatible touchups
14+
263fca9bf6d4ca314a5a322b4824d6f53d0589df
15+
# Thu Dec 29 21:32:00 2022 -0500 - [email protected] - STY: isort
16+
0ab2856cac4d4baae7ab3e2f6d58421db55d807f
17+
# Thu Dec 29 21:30:29 2022 -0500 - [email protected] - STY: blue
18+
1a8dd302ff85b1136c81d492509b80e7748339f0

.git_archival.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:match=[0-9]*)$
4+
ref-names: $Format:%D$

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
nibabel/_version.py export-subst
1+
.git_archival.txt export-subst
2+
nibabel/pkg_info.py export-subst

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
actions-infrastructure:
9+
patterns:
10+
- "actions/*"

.github/workflows/misc.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/pre-release.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/stable.yml

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)