Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed desc of --indent-string #9132

Closed
wants to merge 3 commits into from
Closed

changed desc of --indent-string #9132

wants to merge 3 commits into from

Conversation

khushi-parikh
Copy link

Type of Changes

Type
πŸ› Bug fix
✨ New feature
πŸ”¨ Refactoring
βœ“ πŸ“œ Docs

Description

Closes #8392

Currently .rst to .html converter converts 4 spaces to monospace and removes the \ as an escape character.
Temporary fix as it changes documentation style but also does not provide false information. Shows as below -
image

@Pierre-Sassoulas Pierre-Sassoulas added Documentation πŸ“— Skip news πŸ”‡ This change does not require a changelog entry labels Oct 8, 2023
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thank you for your contribution ! all-options.rst is generated from the code and it's overwritten later, you'll need to modify the description directly in the code inside the format checker. Preview of the result will be here : https://pylint--9132.org.readthedocs.build/en/9132/user_guide/configuration/all-options.html#format-checker (the CI does not need to be approved as it's only readthedoc).

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #9132 (6a0b7ff) into main (e31a155) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is n/a.

❗ Current head 6a0b7ff differs from pull request most recent head 1f0c4d4. Consider uploading reports for the commit 1f0c4d4 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9132   +/-   ##
=======================================
  Coverage   95.76%   95.76%           
=======================================
  Files         173      173           
  Lines       18665    18665           
=======================================
  Hits        17874    17874           
  Misses        791      791           

@github-actions
Copy link
Contributor

πŸ€– Effect of this PR on checked open source code: πŸ€–

Effect on home-assistant:
The following messages are now emitted:

  1. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L9
  2. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L13
  3. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L17
  4. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L21
  5. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L25
  6. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L27
  7. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L28
  8. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L29
  9. bad-indentation:
    Bad indentation. Found 12 spaces, expected 27
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L30
  10. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L31
  11. bad-indentation:
    Bad indentation. Found 12 spaces, expected 27
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L32
  12. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L37
  13. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L39
  14. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L41
  15. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L42
  16. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L43
  17. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L44
  18. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L46
  19. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L47
  20. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L48
  21. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L50
  22. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L51
  23. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L52
  24. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L57
  25. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L60
  26. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L62
  27. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L63
  28. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L64
  29. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L69
  30. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L72
  31. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L74
  32. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L76
  33. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L78
  34. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L79
  35. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L80
  36. bad-indentation:
    Bad indentation. Found 12 spaces, expected 27
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L81
  37. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L84
  38. bad-indentation:
    Bad indentation. Found 12 spaces, expected 27
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L85
  39. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L87
  40. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L92
  41. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L95
  42. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L97
  43. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L98
  44. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L99
  45. bad-indentation:
    Bad indentation. Found 12 spaces, expected 27
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L100
  46. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L104
  47. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L106
  48. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L107
  49. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L108
  50. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L112
  51. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L116
  52. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L120
  53. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L124
  54. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L128
  55. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L132
  56. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L134
  57. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L143
  58. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L144
  59. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L145
  60. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L147
  61. bad-indentation:
    Bad indentation. Found 12 spaces, expected 27
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L148
  62. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L150
  63. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L151
  64. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L152
  65. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L155
  66. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L156
  67. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L160
  68. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L164
  69. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L166
  70. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L167
  71. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L168
  72. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L169
  73. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L170
  74. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L172
  75. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L173
  76. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L174
  77. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L178
  78. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L180
  79. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L181
  80. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L182
  81. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L189
  82. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L190
  83. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L191
  84. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L195
  85. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L197
  86. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L198
  87. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L199
  88. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/exceptions.py#L203
  89. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L23
  90. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L25
  91. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L26
  92. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L27
  93. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L28
  94. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L29
  95. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L30
  96. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L31
  97. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L32
  98. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L33
  99. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L34
  100. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L35
  101. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L36
  102. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L37
  103. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L38
  104. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L39
  105. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L40
  106. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L41
  107. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L42
  108. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L43
  109. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L44
  110. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L45
  111. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L46
  112. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L47
  113. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L48
  114. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L49
  115. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L50
  116. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L51
  117. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L52
  118. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L53
  119. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L54
  120. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L55
  121. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L56
  122. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L57
  123. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L58
  124. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L59
  125. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L60
  126. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L61
  127. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L62
  128. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L63
  129. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L496
  130. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L498
  131. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L507
  132. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L509
  133. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L510
  134. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L511
  135. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L527
  136. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L529
  137. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L530
  138. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L531
  139. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L532
  140. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L533
  141. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L546
  142. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L548
  143. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L549
  144. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L560
  145. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L562
  146. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L563
  147. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L582
  148. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L584
  149. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L585
  150. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L586
  151. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L599
  152. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L601
  153. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L602
  154. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L603
  155. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L604
  156. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L605
  157. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L606
  158. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L607
  159. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L608
  160. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L609
  161. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L634
  162. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L636
  163. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L637
  164. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L638
  165. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L639
  166. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L640
  167. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L641
  168. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L642
  169. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L643
  170. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L666
  171. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L668
  172. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L669
  173. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L670
  174. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L671
  175. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L686
  176. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L688
  177. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L689
  178. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L690
  179. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L691
  180. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L692
  181. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L693
  182. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L694
  183. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L695
  184. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L696
  185. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L721
  186. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L723
  187. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L724
  188. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L735
  189. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L737
  190. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L738
  191. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L739
  192. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L740
  193. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L741
  194. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L742
  195. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L743
  196. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L746
  197. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L747
  198. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L769
  199. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L771
  200. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L772
  201. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L786
  202. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L788
  203. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L789
  204. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L790
  205. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L791
  206. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L792
  207. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L793
  208. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L794
  209. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L828
  210. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L830
  211. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L831
  212. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L842
  213. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L848
  214. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L849
  215. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L851
  216. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L852
  217. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L854
  218. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L855
  219. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L857
  220. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L858
  221. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L862
  222. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L868
  223. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L869
  224. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L871
  225. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L872
  226. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L874
  227. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L875
  228. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L899
  229. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L901
  230. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L902
  231. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L903
  232. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L904
  233. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L905
  234. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L936
  235. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L938
  236. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L939
  237. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L940
  238. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L941
  239. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L942
  240. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L943
  241. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L944
  242. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L945
  243. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L946
  244. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L947
  245. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L948
  246. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L949
  247. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L950
  248. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L951
  249. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L952
  250. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L953
  251. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L954
  252. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L955
  253. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L956
  254. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L957
  255. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L958
  256. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1007
  257. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1009
  258. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1010
  259. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1011
  260. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1012
  261. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1013
  262. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1014
  263. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1015
  264. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1016
  265. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1017
  266. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1018
  267. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1019
  268. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1185
  269. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1193
  270. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/const.py#L1197
  271. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L40
  272. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L41
  273. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L42
  274. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L68
  275. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L70
  276. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L74
  277. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L76
  278. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L77
  279. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L78
  280. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L82
  281. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L86
  282. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L88
  283. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L92
  284. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L94
  285. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L95
  286. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L96
  287. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L97
  288. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L98
  289. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L99
  290. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L103
  291. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L107
  292. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L109
  293. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L113
  294. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L115
  295. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L116
  296. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L117
  297. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L118
  298. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L119
  299. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L123
  300. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L128
  301. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L130
  302. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L131
  303. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L135
  304. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L142
  305. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L143
  306. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L144
  307. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L145
  308. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L148
  309. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L149
  310. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L150
  311. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L151
  312. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L152
  313. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L153
  314. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L154
  315. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L155
  316. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L156
  317. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L157
  318. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L158
  319. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L159
  320. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L160
  321. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L161
  322. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L162
  323. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L163
  324. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L164
  325. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L165
  326. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L166
  327. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L170
  328. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L171
  329. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L172
  330. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L173
  331. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L177
  332. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L178
  333. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L190
  334. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L191
  335. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L192
  336. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L194
  337. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L195
  338. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L196
  339. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L197
  340. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L199
  341. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L200
  342. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L201
  343. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L208
  344. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L212
  345. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L218
  346. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L228
  347. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L229
  348. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L230
  349. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L232
  350. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L234
  351. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L235
  352. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L236
  353. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L238
  354. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L239
  355. bad-indentation:
    Bad indentation. Found 8 spaces, expected 18
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L240
  356. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L242
  357. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistant/loader.py#L249
  358. bad-indentation:
    Bad indentation. Found 4 spaces, expected 9
    https://github.com/home-assistant/core/blob/f0317f0d59ef193d826393d5cce50fe610a00010/homeassistan...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 1f0c4d4

@Pierre-Sassoulas
Copy link
Member

Hey you can run the test locally with pytest, see https://pylint.readthedocs.io/en/stable/development_guide/contributor_guide/tests/index.html :)

@khushi-parikh khushi-parikh closed this by deleting the head repository Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation πŸ“— Skip news πŸ”‡ This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation has incorrect rendering of spaces for the indent-string option
2 participants