Skip to content

Commit 9b7003b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f5b5670 commit 9b7003b

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

docs/conduct.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We as members, contributors, and leaders pledge to make participation in
1616
our community a harassment-free experience for everyone, regardless of
1717
age, body size, visible or invisible disability, ethnicity, sex
1818
characteristics, gender identity and expression, level of experience,
19-
education, socio-economic status, nationality, personal appearance,
19+
education, socioeconomic status, nationality, personal appearance,
2020
race, religion, or sexual identity and orientation.
2121

2222
We pledge to act and interact in ways that contribute to an open,

phys2bids/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Main init for phys2bids package."""
2+
23
from ._version import get_versions
34

45
__version__ = get_versions()["version"]

phys2bids/bids.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""BIDS functions for phys2bids package."""
2+
23
import logging
34
import os
45
from csv import reader

phys2bids/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utilities for phys2bids package."""
2+
23
import json
34
import logging
45
import os

phys2bids/viz.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Visualization functions for phys2bids package."""
2+
23
import logging
34
import os
45

0 commit comments

Comments
 (0)