-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add support for Autopep8 #430
Conversation
git clone --branch 0.50500.0 --depth 1 git://github.com/apple/swift-format | ||
git clone --branch 0.50500.0 --depth 1 https://github.com/apple/swift-format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes tests on ubuntu-latest
| mypy | ✅ | ✅ | | ||
| mypy | ❌ | ❌ (py) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mypy doesn't support either, so just an error in README.md
@@ -0,0 +1 @@ | |||
autopep8>=1.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
autopep8>=1.6.0 causes dependency conflicts with flake8 (updating flake8>=4.0.0 also fixes them, I think)
Thank you! |
Hi, can I know when will the next release be done to have these changes? |
No description provided.