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

isort compatibility warning #73

Open
w2vy opened this issue May 1, 2021 · 0 comments
Open

isort compatibility warning #73

w2vy opened this issue May 1, 2021 · 0 comments

Comments

@w2vy
Copy link

w2vy commented May 1, 2021

`tom@rnode:/home/tom/RChain/pyrchain$ isort --recursive --check-only rchain
/home/tom/.local/lib/python3.8/site-packages/isort/settings.py:456: UserWarning: W0503: Deprecated config options were used: not_skip.Please see the 5.0.0 upgrade guide: bit.ly/isortv5.
warn(
Skipped 1 files
/home/tom/.local/lib/python3.8/site-packages/isort/main.py:1206: UserWarning: W0501: The following deprecated CLI flags were used and ignored: --recursive!
warn(
/home/tom/.local/lib/python3.8/site-packages/isort/main.py:1210: UserWarning: W0500: Please see the 5.0.0 Upgrade guide: https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0/
warn(
tom@rnode:/home/tom/RChain/pyrchain$ which isort
/home/tom/.local/bin/isort
tom@rnode:/home/tom/RChain/pyrchain$ isort --version

             _                 _
            (_) ___  ___  _ __| |_
            | |/ _/ / _ \/ '__  _/
            | |\__ \/\_\/| |  | |_
            |_|\___/\___/\_/   \_/

  isort your imports, so you don't have to.

                VERSION 5.8.0

tom@rnode:/home/tom/RChain/pyrchain$

`
Ubuntu 20.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant