Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent c24a083 commit ca5bb02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conduct.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions phys2bids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Main init for phys2bids package."""

from ._version import get_versions

__version__ = get_versions()["version"]
Expand Down
1 change: 1 addition & 0 deletions phys2bids/bids.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""BIDS functions for phys2bids package."""

import logging
import os
from csv import reader
Expand Down
1 change: 1 addition & 0 deletions phys2bids/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for phys2bids package."""

import json
import logging
import os
Expand Down
1 change: 1 addition & 0 deletions phys2bids/viz.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Visualization functions for phys2bids package."""

import logging
import os

Expand Down

0 comments on commit ca5bb02

Please sign in to comment.