mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557)
* Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 * Pydocstyle D401 fixes
This commit is contained in:
committed by
Paulus Schoutsen
parent
89d856d147
commit
dd9d53c83e
@@ -153,7 +153,7 @@ async def lint(files):
|
||||
|
||||
|
||||
async def main():
|
||||
"""The main loop."""
|
||||
"""Run the main loop."""
|
||||
# Ensure we are in the homeassistant root
|
||||
os.chdir(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user