diff --git a/docs/conduct.rst b/docs/conduct.rst index e7f5ca5b3..236cb2029 100644 --- a/docs/conduct.rst +++ b/docs/conduct.rst @@ -16,7 +16,7 @@ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, -education, socio-economic status, nationality, personal appearance, +education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, diff --git a/phys2bids/__init__.py b/phys2bids/__init__.py index 3850dc98b..86b03bec9 100644 --- a/phys2bids/__init__.py +++ b/phys2bids/__init__.py @@ -1,4 +1,5 @@ """Main init for phys2bids package.""" + from ._version import get_versions __version__ = get_versions()["version"] diff --git a/phys2bids/bids.py b/phys2bids/bids.py index 356aebc34..b2802a639 100644 --- a/phys2bids/bids.py +++ b/phys2bids/bids.py @@ -1,4 +1,5 @@ """BIDS functions for phys2bids package.""" + import logging import os from csv import reader diff --git a/phys2bids/utils.py b/phys2bids/utils.py index ced80b8f6..05949afa9 100644 --- a/phys2bids/utils.py +++ b/phys2bids/utils.py @@ -1,4 +1,5 @@ """Utilities for phys2bids package.""" + import json import logging import os diff --git a/phys2bids/viz.py b/phys2bids/viz.py index 7f6a8e4fa..92f12d6cb 100644 --- a/phys2bids/viz.py +++ b/phys2bids/viz.py @@ -1,4 +1,5 @@ """Visualization functions for phys2bids package.""" + import logging import os