Skip to content
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

Fix autopep8 by pinning pycodestyle version #404

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

TylerJang27
Copy link
Collaborator

pycodestyle released a breaking version on Saturday that breaks all new installs of autopep8. We can pin an older version in order to temporarily resolve this for our users. I know we said we want to avoid this sort of a fix, but I don't think we have a fix for now other than pinning.

@TylerJang27
Copy link
Collaborator Author

Related: hhatto/autopep8#689

@TylerJang27 TylerJang27 marked this pull request as ready for review July 31, 2023 18:04
@TylerJang27 TylerJang27 requested a review from det July 31, 2023 18:04
@TylerJang27 TylerJang27 merged commit 4b4f7b0 into main Jul 31, 2023
8 checks passed
@TylerJang27 TylerJang27 deleted the tyler/fix-autopep8 branch July 31, 2023 20:21
@TylerJang27 TylerJang27 mentioned this pull request Oct 5, 2023
TylerJang27 added a commit that referenced this pull request Oct 10, 2023
Handles a number of cleanup tasks
- Fixes autopep8 issue conditions originating from pinning an
`extra_packages` field (see #404). This should fix the issue identified
in #507. I will also fix the
underlying CLI bug separately.
- Updates action descriptions and comments to be clearer and more
standardized (follow-up to #505).
- Rename all repo readme files to all caps. This helps them stand out
more to new users.
- Update the readme instructions to fix broken links and modernize the
instructions with Trunk Tools and other practices.
- Run `trunk upgrade`
pat-trunk-io pushed a commit that referenced this pull request Jan 22, 2024
Handles a number of cleanup tasks
- Fixes autopep8 issue conditions originating from pinning an
`extra_packages` field (see #404). This should fix the issue identified
in #507. I will also fix the
underlying CLI bug separately.
- Updates action descriptions and comments to be clearer and more
standardized (follow-up to #505).
- Rename all repo readme files to all caps. This helps them stand out
more to new users.
- Update the readme instructions to fix broken links and modernize the
instructions with Trunk Tools and other practices.
- Run `trunk upgrade`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants