We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any chance of supporting Python 2.7
https://github.com/python-modernize/python-modernize doesnt provide tab-to-spaces, which is needed to avoid syntax errors on Python 3. It would be nice to be able to use reindent to plug that hole.
The text was updated successfully, but these errors were encountered:
The 0.1.1 version works with Python 2.7: https://pypi.org/project/reindent/0.1.1/
Sorry, something went wrong.
I cant see python-modernize wanting to add a very old dependency on Python 2.7, so the question remains.
You could make a pull request that replaces reindent.py with: https://github.com/python/cpython/blob/2.7/Tools/scripts/reindent.py
reindent.py
No branches or pull requests
Any chance of supporting Python 2.7
https://github.com/python-modernize/python-modernize doesnt provide tab-to-spaces, which is needed to avoid syntax errors on Python 3. It would be nice to be able to use reindent to plug that hole.
The text was updated successfully, but these errors were encountered: