File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717 pylint * .py src tests
1818 pyroma --min 10 .
1919 vulture . --min-confidence 100
20+ $(MAKE ) -C docs spelling SPHINXOPTS=$(SPHINXOPTS )
21+ $(MAKE ) -C docs linkcheck SPHINXOPTS=$(SPHINXOPTS )
2022 yapf \
2123 --diff \
2224 --recursive \
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pylint==2.1.1 # Lint
1919pyroma == 2.4 # Packaging best practices checker
2020pytest-cov == 2.6.0 # Measure code coverage
2121pytest == 3.8.2 # Test runners
22+ sphinxcontrib-spelling == 4.2.0
2223versioneer == 0.18
2324vulture == 0.29
2425yapf == 0.24.0 # Automatic formatting for Python
Original file line number Diff line number Diff line change 1717 'sphinx.ext.autodoc' ,
1818 'sphinx.ext.intersphinx' ,
1919 'sphinx.ext.napoleon' ,
20+ 'sphinxcontrib.spelling' ,
2021]
2122
2223templates_path = ['_templates' ]
You can’t perform that action at this time.
0 commit comments