-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
last trailing comma in an envlist gets turned into three trailing whitespaces #41
Comments
Can you post a reproducible example 🤔 |
e.g. The problem is reproducible for me for different tox.ini files, when the last env in the envlist has a trailing comma. I would have a look myself tomorrow as the envlist parsing seems to be related to the flake8 e.g. |
Found it. I will create a PR tomorrow. |
With a envlist like
The tabs get replaced by 4 spaces ( This only matters when there is more than one key/value pair - otherwise |
I swapped the whitespaces for numbers to make them visible.
The text was updated successfully, but these errors were encountered: