Skip to content

Commit

Permalink
Fix autopep8 by pinning pycodestyle version (#404)
Browse files Browse the repository at this point in the history
`pycodestyle` [released](https://pypi.org/project/pycodestyle/#history)
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.
  • Loading branch information
TylerJang27 authored Jul 31, 2023
1 parent 32d1ad3 commit 4b4f7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linters/autopep8/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ lint:
formatter: true
runtime: python
package: autopep8
extra_packages: [pycodestyle@2.10.0]
suggest_if: config_present
direct_configs: [.pep8]
affects_cache:
Expand Down

0 comments on commit 4b4f7b0

Please sign in to comment.