Add CONTRIBUTING.rst to lint check

This commit is contained in:
Kevin Fronczak
2020-05-28 18:57:12 +00:00
parent 2abf195391
commit cec801c39c
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -1,7 +1,3 @@
.. toctree::
:titlesonly:
:maxdepth: 1
=========
Changelog
=========
+1 -2
View File
@@ -41,8 +41,7 @@ commands =
flake8 blinkpy tests app
pydocstyle blinkpy tests app
black --check --diff blinkpy tests app
rst-lint README.rst
rst-lint CHANGES.rst
rst-lint README.rst CHANGES.rst CONTRIBUTING.rst
[testenv:build]
recreate = True