We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make lint-roll
pip freeze
aiohttp==3.8.4 aiosignal==1.3.1 alabaster==0.7.13 async-timeout==4.0.2 attrs==23.1.0 Babel==2.12.1 base58==2.1.1 bitarray==2.7.3 black==23.3.0 bleach==6.0.0 build==0.10.0 bump2version==1.0.1 bumpversion==0.6.0 cached-property==1.5.2 certifi==2022.12.7 charset-normalizer==3.1.0 click==8.1.3 click-default-group==1.2.2 colorama==0.4.6 cytoolz==0.12.1 distlib==0.3.6 docopt==0.6.2 docutils==0.18.1 eth-abi==4.0.0 eth-account==0.8.0 eth-bloom==2.0.0 eth-hash==0.5.1 eth-keyfile==0.6.1 eth-keys==0.4.0 eth-rlp==0.3.0 eth-tester==0.8.0b3 eth-typing==3.3.0 eth-utils==2.1.0 exceptiongroup==1.1.1 execnet==1.9.0 filelock==3.12.0 flake8==3.8.3 flaky==3.7.0 frozenlist==1.3.3 hexbytes==0.3.0 hypothesis==6.72.1 idna==3.4 imagesize==1.4.1 importlib-metadata==6.6.0 incremental==22.10.0 iniconfig==2.0.0 ipfshttpclient==0.8.0a2 isort==5.12.0 jaraco.classes==3.2.3 Jinja2==3.1.2 jsonschema==4.17.3 keyring==23.13.1 lru-dict==1.1.8 markdown-it-py==2.2.0 MarkupSafe==2.1.2 mccabe==0.6.1 mdurl==0.1.2 more-itertools==9.1.0 multiaddr==0.0.9 multidict==6.0.4 mypy==0.910 mypy-extensions==0.4.4 netaddr==0.8.0 packaging==23.1 parsimonious==0.9.0 pathspec==0.11.1 pkginfo==1.9.6 platformdirs==3.2.0 pluggy==0.13.1 protobuf==4.22.3 py==1.11.0 py-ecc==6.0.0 py-evm==0.6.1a2 py-geth==3.12.0 pycodestyle==2.6.0 pycryptodome==3.17 pyethash==0.1.27 pyflakes==2.2.0 Pygments==2.15.1 pyproject_hooks==1.0.0 pyrsistent==0.19.3 pytest==7.3.1 pytest-asyncio==0.21.0 pytest-mock==3.10.0 pytest-watch==4.2.0 pytest-xdist==3.2.1 readme-renderer==37.3 regex==2023.3.23 requests==2.28.2 requests-toolbelt==0.10.1 rfc3986==2.0.0 rich==13.3.4 rlp==3.0.0 safe-pysha3==1.0.3 semantic-version==2.10.0 six==1.16.0 snowballstemmer==2.2.0 sortedcontainers==2.4.0 Sphinx==6.1.3 sphinx-rtd-theme==1.2.0 sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 toml==0.10.2 tomli==2.0.1 toolz==0.12.0 towncrier==21.9.0 tox==3.28.0 tqdm==4.65.0 trie==2.1.0 twine==4.0.2 types-protobuf==3.19.13 types-requests==2.28.11.17 types-setuptools==67.7.0.0 types-urllib3==1.26.25.10 typing_extensions==4.5.0 urllib3==1.26.15 varint==1.0.2 virtualenv==20.22.0 watchdog==3.0.0 -e git+ssh://[email protected]/prathmeshranaut/web3.py.git@1617dd9fc15750be44bc2e2bc8c6837e84d79e58#egg=web3 webencodings==0.5.1 websockets==11.0.2 when-changed==0.3.0 yarl==1.9.1 zipp==3.15.0
Please include any of the following that are applicable:
isort produces warnings when running make lint-roll.
isort
Remove --recursive flag in isort command in tox.ini
--recursive
tox.ini
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
pip freeze
outputWhat was wrong?
Please include any of the following that are applicable:
isort
produces warnings when runningmake lint-roll
.How can it be fixed?
Remove
--recursive
flag inisort
command intox.ini
The text was updated successfully, but these errors were encountered: