Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from scrapli/develop
Browse files Browse the repository at this point in the history
pin isort until pylint gets an update as well
  • Loading branch information
carlmontanari authored Jul 5, 2020
2 parents d98b7b6 + c231405 commit de9954a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
nox>=2020.5.24
black>=19.10b0
isort>=4.3.21
mypy>=0.780
isort==4.3.21
mypy>=0.782
pytest>=5.4.3
pytest-cov>=2.9.0
pytest-cov>=2.10.0
pyfakefs>=4.0.2
pylama>=7.7.1
pycodestyle>=2.6.0
pydocstyle>=5.0.2
pylint>=2.5.2
darglint>=1.4.0
pylint>=2.5.3
darglint>=1.5.0
pdoc3>=0.8.1 ; sys_platform != "win32"
-e git+https://github.com/scrapli/scrapli_stubs@master#egg=scrapli_stubs
-r requirements.txt

0 comments on commit de9954a

Please sign in to comment.