File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ """
2+ Admin tools.
3+ """
Original file line number Diff line number Diff line change 1- PyYAML == 3.13
2- Pygments == 2.2.0
3- Sphinx == 1.8.1
4- VWS-Python-Mock == 2018.10.02.0
51autoflake == 1.2
62check-manifest == 0.37
73codecov == 2.0.15 # Upload coverage data
84doc8 == 0.8.0
95dodgy == 0.1.9 # Look for uploaded secrets
6+ dulwich == 0.19.6
107flake8-commas == 2.0.0 # Require silicon valley commas
118flake8-quotes == 1.0.0 # Require single quotes
129flake8 == 3.5.0 # Lint
@@ -15,11 +12,17 @@ mypy==0.630 # Type checking
1512pip_check_reqs == 2.0.3
1613pydocstyle == 2.1.1 # Lint docstrings
1714pyenchant == 2.0.0 # Bindings for a spellchecking sytem
15+ pygithub == 1.43.2
16+ Pygments == 2.2.0
1817pylint == 2.1.1 # Lint
1918pyroma == 2.4 # Packaging best practices checker
2019pytest-cov == 2.6.0 # Measure code coverage
2120pytest == 3.8.2 # Test runners
21+ PyYAML == 3.13
22+ Sphinx == 1.8.1
2223sphinxcontrib-spelling == 4.2.0
24+ twine == 1.12.1
2325versioneer == 0.18
2426vulture == 0.29
27+ VWS-Python-Mock == 2018.10.02.0
2528yapf == 0.24.0 # Automatic formatting for Python
You can’t perform that action at this time.
0 commit comments