mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
repin flake8 and misc updates (#79)
* repin flake8, bump tox to >=4.0.0 as that's where whitelist was deprecated, misc updates
This commit is contained in:
6
setup.py
6
setup.py
@ -11,8 +11,8 @@ extras_require = {
|
||||
"pytest-xdist>=2.4.0",
|
||||
],
|
||||
"lint": [
|
||||
"flake8>=5.0.0",
|
||||
"flake8-bugbear>=22.0.0",
|
||||
"flake8==6.0.0",
|
||||
"flake8-bugbear==23.3.23",
|
||||
"isort>=5.10.1",
|
||||
"mypy==0.971",
|
||||
"pydocstyle>=5.0.0",
|
||||
@ -26,7 +26,7 @@ extras_require = {
|
||||
"dev": [
|
||||
"bumpversion>=0.5.3",
|
||||
"pytest-watch>=4.1.0",
|
||||
"tox>=3.18.0",
|
||||
"tox>=4.0.0",
|
||||
"wheel",
|
||||
"twine",
|
||||
"ipython",
|
||||
|
||||
Reference in New Issue
Block a user