Skip to content

Commit 0edbfd5

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

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

phys2bids/cli/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""Parser for phys2bids."""
33

4-
54
import argparse
65

76
from phys2bids import __version__

versioneer.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
[travis-url]: https://travis-ci.com/github/python-versioneer/python-versioneer
302302
303303
"""
304+
304305
# pylint:disable=invalid-name,import-outside-toplevel,missing-function-docstring
305306
# pylint:disable=missing-class-docstring,too-many-branches,too-many-statements
306307
# pylint:disable=raise-missing-from,too-many-lines,too-many-locals,import-error
@@ -510,9 +511,7 @@ def run_command(
510511
return stdout, process.returncode
511512

512513

513-
LONG_VERSION_PY[
514-
"git"
515-
] = r'''
514+
LONG_VERSION_PY["git"] = r'''
516515
# This file helps to compute a version number in source trees obtained from
517516
# git-archive tarball (such as those provided by githubs download-from-tag
518517
# feature). Distribution tarballs (built by setup.py sdist) and build

0 commit comments

Comments
 (0)