docs: check_sources.py now becomes flake8 plugin

This commit is contained in:
Takeshi KOMIYA
2019-01-07 23:07:48 +09:00
parent 353c3e9fd6
commit e700532dd1
-3
View File
@@ -274,9 +274,6 @@ Coding Guide
* When adding a new configuration variable, be sure to document it and update
:file:`sphinx/quickstart.py` if it's important enough.
* Use the included :program:`utils/check_sources.py` script to check for
common formatting issues (trailing whitespace, lengthy lines, etc).
* Add appropriate unit tests.