Skip to content

isort -rc is deprecated #87

@e-kwsm

Description

@e-kwsm

isort = isort -rc qcschema

https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html#-recursive-or-rc

Prior to version 5.0.0, isort wouldn't automatically traverse directories. The --recursive option was necessary to tell it to do so. In 5.0.0 directories are automatically traversed for all Python files, and as such this option is no longer necessary and should simply be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions