diff --git a/atom.xml b/atom.xml index 9d7f5ccb11..518ad2b74e 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Home Assistant enforces strict PEP8 style compliance on all code submitted. You can save yourself the hassle of extra commits just to fix style errors by enabling the flake8 git commit hook. It will check your code when you attempt to commit to the repo. It will block the commit if there are any style issues, giving you a chance to fix it.
$ pip install flake8 +$ pip install flake8 flake8-docstrings $ flake8 --install-hook
The flake8-docstrings extension will check docstrings according to PEP257 when running flake8.
+Improvements to Home Assistant should be submitted one feature at a time using GitHub pull requests.
diff --git a/sitemap.xml b/sitemap.xml index a106df9b78..e5511b1093 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1525,18 +1525,18 @@