-
Notifications
You must be signed in to change notification settings - Fork 1
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
tox version consistency check fails #3
Comments
This should fix issues with Python 3.9's ast parsing which interpreted leading spaces as invalid indentation. See issue #3 for more details.
Thanks for the report, I did manage to reproduce the same issue with Python 3.9.16. I guess I had mostly been running that script on 3.10 and hadn't seen that issue. I think it should be fixed now on the |
Thanks, it works now on the |
Great, glad to hear it. Thanks again for the report! |
Thanks for developing this package!
I'm experiencing an issue when I do
I get the following error:
I'm using
The text was updated successfully, but these errors were encountered: