Closed meminens closed 2 years ago
@eminphi: Thank you for your interest in improving the Python track on Exercism.
The analyzer follows the Python Style Guide for Indentation which says
Use 4 spaces per indentation level.
So the analyzer is enforcing the style guidelines as written by the creator of the Python language and others.
Please let us know if this response is satisfactory so we can close this issue. Thanks!
Thanks for the Guide reference. I always, inaccurately, assumed that the indentation is just a personal preference. Something new I've learned today!
Python Analyzer produces an essential error when tab size of
2
is used instead of4
. I work exercises locally via CLI.exercism version 3.0.13