Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply isort and all pre-commit hooks #549

Merged
merged 3 commits into from
Aug 22, 2023
Merged

Commits on Aug 22, 2023

  1. fix codespell

    Remi-Gau committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1d0d254 View commit details
    Browse the repository at this point in the history
  2. [DATALAD RUNCMD] run isort

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "isort docs neurodocker && black docs neurodocker",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    Remi-Gau committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4d291a1 View commit details
    Browse the repository at this point in the history
  3. [DATALAD RUNCMD] run precommit

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "pre-commit run -a",
     "exit": 1,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    Remi-Gau committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    974e8c9 View commit details
    Browse the repository at this point in the history