Skip to content

Commit 02334f4

Browse files
authored
Merge branch 'master' into master
2 parents c3c3e04 + 276f786 commit 02334f4

File tree

240 files changed

+4092
-3769
lines changed

Some content is hidden

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

240 files changed

+4092
-3769
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

.flake8

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

.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 & 67 deletions
This file was deleted.

.github/workflows/pre-release.yml

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

0 commit comments

Comments
 (0)