Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 18, 2024
2 parents d91f56f + e9ed337 commit b9b0fe9
Show file tree
Hide file tree
Showing 340 changed files with 17,013 additions and 17,725 deletions.
15 changes: 12 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[run]
branch = True
source = nibabel, nisext
include = */nibabel/*, */nisext/*
source = nibabel
omit =
*/externals/*
*/benchmarks/*
*/tests/*
nibabel/_version.py

[report]
exclude_also =
def __repr__
if (ty\.|typing\.)?TYPE_CHECKING:
class .*\((ty\.|typing\.)Protocol\):
@(ty\.|typing\.)overload
if 0:
if __name__ == .__main__.:
@(abc\.)?abstractmethod
raise NotImplementedError
14 changes: 14 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Sun Jan 1 12:38:02 2023 -0500 - [email protected] - STY: Run pre-commit config on all files
d14c1cf282a9c3b19189f490f10c35f5739e24d1
# Thu Dec 29 22:53:17 2022 -0500 - [email protected] - STY: Reduce array().astype() and similar constructs
bf298113da99079c9c7b5e1690e41879828cd472
# Thu Dec 29 22:32:46 2022 -0500 - [email protected] - STY: pyupgrade --py37-plus
4481a4c2640bd4be6e9c468e550d01aae448ab99
# Fri Dec 30 11:01:19 2022 -0500 - [email protected] - STY: Run vanilla blue
6b0ddd23b1da1df7ca9ae275673f82bfa20a754c
# Thu Dec 29 21:46:13 2022 -0500 - [email protected] - STY: Manual, blue-compatible touchups
263fca9bf6d4ca314a5a322b4824d6f53d0589df
# Thu Dec 29 21:32:00 2022 -0500 - [email protected] - STY: isort
0ab2856cac4d4baae7ab3e2f6d58421db55d807f
# Thu Dec 29 21:30:29 2022 -0500 - [email protected] - STY: blue
1a8dd302ff85b1136c81d492509b80e7748339f0
4 changes: 4 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:match=[0-9]*)$
ref-names: $Format:%D$
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nibabel/_version.py export-subst
.git_archival.txt export-subst
nibabel/pkg_info.py export-subst
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions-infrastructure:
patterns:
- "actions/*"
70 changes: 0 additions & 70 deletions .github/workflows/misc.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/pre-release.yml

This file was deleted.

138 changes: 0 additions & 138 deletions .github/workflows/stable.yml

This file was deleted.

Loading

0 comments on commit b9b0fe9

Please sign in to comment.