Skip to content

Commit e92c65d

Browse files
Merge branch 'master' into pyup-update-mypy-0.660-to-0.670
2 parents c1ea26c + ed90e9f commit e92c65d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

dev-requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ flake8-commas==2.0.0 # Require silicon valley commas
88
flake8-quotes==1.0.0 # Require single quotes
99
flake8==3.7.5 # Lint
1010
isort==4.3.4 # Lint imports
11-
mypy==0.670 # Type checking
12-
mypy-mypyc==0.660 # Type checking
13-
pip_check_reqs==2.0.3
11+
mypy-mypyc==0.670 # Type checking
1412
pydocstyle==3.0.0 # Lint docstrings
1513
pyenchant==2.0.0 # Bindings for a spellchecking sytem
1614
pygithub==1.43.5
1715
Pygments==2.3.1
1816
pylint==2.2.2 # Lint
1917
pyroma==2.4 # Packaging best practices checker
2018
pytest-cov==2.6.1 # Measure code coverage
21-
pytest==4.2.0 # Test runners
19+
pytest==4.2.1 # Test runners
2220
PyYAML==3.13
2321
Sphinx==1.8.4
2422
sphinx-autodoc-typehints==1.6.0
@@ -27,4 +25,4 @@ twine==1.12.1
2725
versioneer==0.18
2826
vulture==1.0
2927
VWS-Python-Mock==2018.12.1.0
30-
yapf==0.25.0 # Automatic formatting for Python
28+
yapf==0.26.0 # Automatic formatting for Python

0 commit comments

Comments
 (0)