remove pylint

This commit is contained in:
Alex Stokes
2019-07-31 15:12:34 -07:00
parent 0ae9840928
commit 51cc710dc0
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ extras_require = {
"pytest-cov>=2.7.1,<3.0.0",
"pytest-asyncio>=0.10.0,<1.0.0",
],
"lint": ["pylint>=2.3.1,<3.0.0", "mypy>=0.701,<1.0", "black==19.3b0"],
"lint": ["mypy>=0.701,<1.0", "black==19.3b0"],
"dev": ["tox>=3.13.2,<4.0.0"],
}