Skip to content

[ENH] implement logger for first_level_from_bids #768

[ENH] implement logger for first_level_from_bids

[ENH] implement logger for first_level_from_bids #768

Workflow file for this run

---
name: isort
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: "Install isort"
shell: bash {0}
run: |
python -m pip install --upgrade pip isort
- name: "Run isort"
run: |
isort --diff --check --settings-path pyproject.toml \
examples/0[0234567]* \
maint_tools \
nilearn/_utils \
nilearn/connectome \
nilearn/de* \
nilearn/glm \
nilearn/image \
nilearn/interfaces \
nilearn/input_data \
nilearn/maskers \
nilearn/mass_univariate \
nilearn/regions \
nilearn/rerporting \
nilearn/surface \
nilearn/*.py