File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,15 @@ flake8-commas==2.0.0 # Require silicon valley commas
88flake8-quotes == 1.0.0 # Require single quotes
99flake8 == 3.7.5 # Lint
1010isort == 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
1412pydocstyle == 3.0.0 # Lint docstrings
1513pyenchant == 2.0.0 # Bindings for a spellchecking sytem
1614pygithub == 1.43.5
1715Pygments == 2.3.1
1816pylint == 2.2.2 # Lint
1917pyroma == 2.4 # Packaging best practices checker
2018pytest-cov == 2.6.1 # Measure code coverage
21- pytest == 4.2.0 # Test runners
19+ pytest == 4.2.1 # Test runners
2220PyYAML == 3.13
2321Sphinx == 1.8.4
2422sphinx-autodoc-typehints == 1.6.0
@@ -27,4 +25,4 @@ twine==1.12.1
2725versioneer == 0.18
2826vulture == 1.0
2927VWS-Python-Mock == 2018.12.1.0
30- yapf == 0.25 .0 # Automatic formatting for Python
28+ yapf == 0.26 .0 # Automatic formatting for Python
You can’t perform that action at this time.
0 commit comments